ImageGear v26.5 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEFontCreateFromSysFontParams Class / Flags Property




In This Topic
    Flags Property (ImGearPDEFontCreateFromSysFontParams)
    In This Topic
    Gets or sets a bit mask of the ImGearPDEFontCreateFlags.
    Syntax
    'Declaration
     
    Public Property Flags As ImGearPDEFontCreateFlags
    'Usage
     
    Dim instance As ImGearPDEFontCreateFromSysFontParams
    Dim value As ImGearPDEFontCreateFlags
     
    instance.Flags = value
     
    value = instance.Flags
    public ImGearPDEFontCreateFlags Flags {get; set;}
    public: __property ImGearPDEFontCreateFlags get_Flags();
    public: __property void set_Flags( 
       ImGearPDEFontCreateFlags value
    );
    public:
    property ImGearPDEFontCreateFlags Flags {
       ImGearPDEFontCreateFlags get();
       void set (    ImGearPDEFontCreateFlags value);
    }

    Property Value

    ImGearPDEFontCreateFlags enumeration value.
    Remarks
    The default value is 0.
    See Also