Namespace: BitMiracle.Docotic.Pdf
public PdfCollection<PdfPageObject> GetObjects( PdfObjectExtractionOptions options )
Public Function GetObjects ( options As PdfObjectExtractionOptions ) As PdfCollection(Of PdfPageObject)
The collection is ordered. Each subsequent object in the collection is drawn after the previous one.
This method is useful if you want to analyze or modify contents of the page. Look at the Copy text, paths and images sample for more detail.
You can check the following conditions to detect whether an extracted page object is visible on the page: