Gets the number of form XObjects associated with this page.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public int XObjectCount { get; }
VB
Public ReadOnly Property XObjectCount As Integer
Get
Property Value
Type:
Int32The number of form XObjects associated with this page.
See Also