ImageGear .NET - Updated October 26, 2017
Flags Property (ImGearPDEFontCreateFromSysFontParams)




ImageGear23.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

Property Value

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

Reference

ImGearPDEFontCreateFromSysFontParams Class
ImGearPDEFontCreateFromSysFontParams Members
ImGearPDEFontCreateFlags Enumeration