ImageGear .NET v24.12 - Updated
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
public ImGearPDEFont FontCourier {get; set;}
public: __property ImGearPDEFont* get_FontCourier();
public: __property void set_FontCourier( 
   ImGearPDEFont* value
);
public:
property ImGearPDEFont^ FontCourier {
   ImGearPDEFont^ get();
   void set (    ImGearPDEFont^ value);
}

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