ImageGear .NET v25.2 - Updated
ImageGear.OCR Assembly / ImageGear.OCR Namespace / ImGearOCRPDFOutputOptions Class / FontCourier Property




In This Topic
    FontCourier Property
    In This Topic
    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