Creates a new XObject that can be used with one of the
DrawXObject() methods.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfXObject CreateXObject()
VB
Public Function CreateXObject As PdfXObject
Return Value
Type:
PdfXObject
The newly created
PdfXObject.
See Also