PdfDocument.CreateXObject Method

Creates a new XObject that can be used with one of the DrawXObject() methods.

Overload List

  NameDescription
Public methodCreateXObject()
Creates a new XObject that can be used with one of the DrawXObject() methods.
Public methodCreateXObject(PdfPage)
Creates a new XObject using a page as template. The created XObject can be used with one of the DrawXObject() methods.

See Also