officefileapi-devexpress-dot-pdf-a64a2d1e.md
Represents a form XObject in a PDF document content.
Namespace : DevExpress.Pdf
Assembly : DevExpress.Pdf.v25.2.Core.dll
NuGet Package : DevExpress.Pdf.Core
public abstract class PdfXObject :
PdfObject,
IPdfObject
Public MustInherit Class PdfXObject
Inherits PdfObject
Implements IPdfObject
The following members return PdfXObject objects:
A form XObject is a self-contained description of any sequence of graphics objects in a document.
Object DevExpress.Pdf.Native.PdfDocumentItem DevExpress.Pdf.Native.PdfObject PdfXObject PdfForm
See Also