Gets the XObject with the specified index.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfXObject GetXObject(
int index
)
VB
Public Function GetXObject (
index As Integer
) As PdfXObject
Parameters
- index
- Type: System.Int32
The zero-based index of the XObject to get.
Return Value
Type:
PdfXObjectThe
PdfXObject with specified index.
See Also