Table of Contents

Method GetObjects

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

GetObjects()

Retrieves collection of all objects drawn within this marked content sequence.

public PdfCollection<PdfPageObject> GetObjects()

Returns

PdfCollection<PdfPageObject>

Collection of all objects drawn within this marked content sequence.

Remarks

The collection is ordered. Each subsequent object in the collection is drawn after the previous one.

This method is useful if you want to handle marked content such as tags or layers. Look at the Copy text, paths and images sample for more detail.