ImageGear .NET v25.0 - Updated
Flags Property (ImGearPDEFontCreateFromSysFontParams)




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEFontCreateFromSysFontParams Class : Flags Property
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

Reference

ImGearPDEFontCreateFromSysFontParams Class
ImGearPDEFontCreateFromSysFontParams Members
ImGearPDEFontCreateFlags Enumeration