ImageGear .NET - Updated May 1, 2018
FontCourier Property




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

Property Value

ImageGear.Formats.PDF.ImGearPDEFont class object.
Remarks
If the value is null, the Type 1 font Courier will be used.
See Also

Reference

ImGearRecPDFOutputOptions Class
ImGearRecPDFOutputOptions Members
ImGearPDEFont Class