Accusoft.PdfXpress7.Net
FontWeight Property




Gets and sets the font weight of the added text.
Syntax
'Declaration
 
Public Property FontWeight As FontWeight
'Usage
 
Dim instance As AddTextOptions
Dim value As FontWeight
 
instance.FontWeight = value
 
value = instance.FontWeight
public FontWeight FontWeight {get; set;}
public: __property FontWeight get_FontWeight();
public: __property void set_FontWeight( 
   FontWeight value
);
public:
property FontWeight FontWeight {
   FontWeight get();
   void set (    FontWeight value);
}

Property Value

Normal
Remarks

The default value is Normal.

See Also

Reference

AddTextOptions Class
AddTextOptions Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback