Accusoft.PdfXpress6.Net
FontFamily Property




Gets and sets the font family of the added text.
Syntax
'Declaration
 
Public Property FontFamily As FontFamily
'Usage
 
Dim instance As AddTextOptions
Dim value As FontFamily
 
instance.FontFamily = value
 
value = instance.FontFamily
public FontFamily FontFamily {get; set;}
public: __property FontFamily get_FontFamily();
public: __property void set_FontFamily( 
   FontFamily value
);
public:
property FontFamily FontFamily {
   FontFamily get();
   void set (    FontFamily value);
}
Remarks

The default value is FontFamily.Serif.

See Also

Reference

AddTextOptions Class
AddTextOptions Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback