Skip to main content
A newer version of this page is available. .

PdfXObject Class

Represents a form XObject in a PDF document content.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v18.2.Core.dll

Declaration

public abstract class PdfXObject :
    PdfObject

Remarks

A form XObject is a self-contained description of any sequence of graphics objects in a document.

Inheritance

Object
DevExpress.Pdf.Native.PdfDocumentItem
DevExpress.Pdf.Native.PdfObject
PdfXObject
See Also