ImageGear .NET - Updated
XFAContentType Property




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFDocument Class : XFAContentType Property
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

Reference

ImGearPDFDocument Class
ImGearPDFDocument Members
ImGearPDFXFAContentTypes Enumeration