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 contents of the page.