ImageGear .NET - Updated December 24, 2018
FontSans Property




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecPDFOutputOptions Class : FontSans Property
Gets or sets the font to use for creating sans-serif text.
Syntax
'Declaration
 
Public Property FontSans As ImGearPDEFont
 
'Usage
 
Dim instance As ImGearRecPDFOutputOptions
Dim value As ImGearPDEFont
 
instance.FontSans = value
 
value = instance.FontSans

Property Value

ImageGear.Formats.PDF.ImGearPDEFont class object.
Remarks
This property specifies the font to use for creating sans-serif text. If the value is null, the Type 1 font Helvetica will be used.
See Also

Reference

ImGearRecPDFOutputOptions Class
ImGearRecPDFOutputOptions Members
ImGearPDEFont Class