ImageGear .NET v25.1 - Updated
FontCourier Property




ImageGear.OCR Assembly > ImageGear.OCR Namespace > ImGearOCRPDFOutputOptions 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 ImGearOCRPDFOutputOptions
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);
}
See Also

Reference

ImGearOCRPDFOutputOptions Class
ImGearOCRPDFOutputOptions Members