ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFDocument Class / XFAContentType Property




In This Topic
    XFAContentType Property
    In This Topic
    Gets a type of XFA content is placed in the PDF document.
    Syntax
    'Declaration
     
    Public ReadOnly Property XFAContentType As ImGearPDFXFAContentTypes
    'Usage
     
    Dim instance As ImGearPDFDocument
    Dim value As ImGearPDFXFAContentTypes
     
    value = instance.XFAContentType
    public ImGearPDFXFAContentTypes XFAContentType {get;}
    public: __property ImGearPDFXFAContentTypes get_XFAContentType();
    public:
    property ImGearPDFXFAContentTypes XFAContentType {
       ImGearPDFXFAContentTypes get();
    }

    Property Value

    The one of .
    See Also