ImageGear .NET
FontSerif Property




Gets or sets the font to use for creating serif text.
Syntax
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);
}
'Declaration
 
Public Property FontSerif As ImGearPDEFont
 
'Usage
 
Dim instance As ImGearRecPDFOutputOptions
Dim value As ImGearPDEFont
 
instance.FontSerif = value
 
value = instance.FontSerif

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

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback