ImageGear for .NET
FontSans Property




Gets or sets the font to use for creating sans-serif text.
Syntax
'Declaration
 
Public Property FontSans As ImGearPDEFont
'Usage
 
Dim instance As ImGearRecPDFOutputOptions
Dim value As ImGearPDEFont
 
instance.FontSans = value
 
value = instance.FontSans
public ImGearPDEFont FontSans {get; set;}
public: __property ImGearPDEFont* get_FontSans();
public: __property void set_FontSans( 
   ImGearPDEFont* value
);
public:
property ImGearPDEFont^ FontSans {
   ImGearPDEFont^ get();
   void set (    ImGearPDEFont^ value);
}

Property Value

ImageGear.Formats.PDF.ImGearPDEFont class object.
Remarks
This property specifies the font to use for creating sans-serif text. If the value is null, the Type 1 font Helvetica will be used.
See Also

Reference

ImGearRecPDFOutputOptions Class
ImGearRecPDFOutputOptions Members
ImGearPDEFont Class

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback