ImageGear .NET v24.12 - Updated
FontSerif Property




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecPDFOutputOptions Class : FontSerif Property
Gets or sets the font to use for creating serif text.
Syntax
'Declaration
 
Public Property FontSerif As ImGearPDEFont
'Usage
 
Dim instance As ImGearRecPDFOutputOptions
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);
}

Property Value

ImageGear.Formats.PDF.ImGearPDEFont value.
Remarks
If the value is null, the Type 1 font Times-Roman will be used.
See Also

Reference

ImGearRecPDFOutputOptions Class
ImGearRecPDFOutputOptions Members
ImGearPDEFont Class