ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEContentAttrs Class / FormType Field




In This Topic
    FormType Field
    In This Topic
    Corresponds to FormType key in the XObject Form attributes dictionary.
    Syntax
    'Declaration
     
    Public FormType As Integer
    'Usage
     
    Dim instance As ImGearPDEContentAttrs
    Dim value As Integer
     
    value = instance.FormType
     
    instance.FormType = value
    public int FormType
    public: int FormType
    public:
    int FormType

    Field Value

    Integer value.
    Remarks
    Only used if the content contains a Form XObject. The default value is 0.
    See Also