ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDETextState Class / WasSetFlags Field




In This Topic
    WasSetFlags Field
    In This Topic
    Indicates if an attribute has been set.
    Syntax
    'Declaration
     
    Public WasSetFlags As ImGearPDEGraphicStateWasSetFlags
    'Usage
     
    Dim instance As ImGearPDETextState
    Dim value As ImGearPDEGraphicStateWasSetFlags
     
    value = instance.WasSetFlags
     
    instance.WasSetFlags = value
    public: ImGearPDEGraphicStateWasSetFlags WasSetFlags
    public:
    ImGearPDEGraphicStateWasSetFlags WasSetFlags

    Field Value

    ImGearPDEGraphicStateWasSetFlags enumeration value.
    Remarks
    Support for these flags is not complete. For compatibility, you should set them, but do not depend on reading their values back. The intended use is with XObject Forms to indicate whether the value is inherited or explicitly set. The default value is 0.
    See Also