Skip to main content

PdfXObject Class

Represents a form XObject in a PDF document content.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public abstract class PdfXObject :
    PdfObject,
    IPdfObject

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