Gets the collection of form XObjects associated with this page.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfList<PdfXObject> XObjects { get; }
VB
Public ReadOnly Property XObjects As PdfList(Of PdfXObject)
Get
Property Value
Type:
PdfList<
PdfXObject>
The collection of form XObjects associated with this page.
See Also