Method GetXObject
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
GetXObject(int)
Gets the XObject with the specified index.
public PdfXObject GetXObject(int index)
Parameters
index
intThe zero-based index of the XObject to get.
Returns
- PdfXObject
The PdfXObject with specified index.