ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEGraphicState Class / WasSetFlags Property




In This Topic
    WasSetFlags Property
    In This Topic
    Gets or sets the value indicating whether an attribute has been set.
    Syntax
    'Declaration
     
    Public Property WasSetFlags As ImGearPDEGraphicStateWasSetFlags
    'Usage
     
    Dim instance As ImGearPDEGraphicState
    Dim value As ImGearPDEGraphicStateWasSetFlags
     
    instance.WasSetFlags = value
     
    value = instance.WasSetFlags
    public ImGearPDEGraphicStateWasSetFlags WasSetFlags {get; set;}
    public: __property ImGearPDEGraphicStateWasSetFlags get_WasSetFlags();
    public: __property void set_WasSetFlags( 
       ImGearPDEGraphicStateWasSetFlags value
    );
    public:
    property ImGearPDEGraphicStateWasSetFlags WasSetFlags {
       ImGearPDEGraphicStateWasSetFlags get();
       void set (    ImGearPDEGraphicStateWasSetFlags value);
    }

    Property Value

    Combination of ImGearPDEGraphicStateWasSetFlags enumeration values.
    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