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




In This Topic
    FontSerif Property
    In This Topic
    Gets or sets the font to use for creating serif text.
    Syntax
    'Declaration
     
    Public Property FontSerif As ImGearPDEFont
    'Usage
     
    Dim instance As ImGearOCRPDFOutputOptions
    Dim value As ImGearPDEFont
     
    instance.FontSerif = value
     
    value = instance.FontSerif
    public ImGearPDEFont FontSerif {get; set;}
    public: __property ImGearPDEFont* get_FontSerif();
    public: __property void set_FontSerif( 
       ImGearPDEFont* value
    );
    public:
    property ImGearPDEFont^ FontSerif {
       ImGearPDEFont^ get();
       void set (    ImGearPDEFont^ value);
    }
    See Also