PDFView4NET WinForms Edition
Font Property (PDFFieldWidget)




O2S.Components.PDFView4NET.Forms Namespace > PDFFieldWidget Class : Font Property
Gets or sets the font used to display the widget text.
Syntax
'Declaration
 
Public Property Font As PDFFontBase
'Usage
 
Dim instance As PDFFieldWidget
Dim value As PDFFontBase
 
instance.Font = value
 
value = instance.Font
public PDFFontBase Font {get; set;}
public: __property PDFFontBase* get_Font();
public: __property void set_Font( 
   PDFFontBase* value
);
public:
property PDFFontBase^ Font {
   PDFFontBase^ get();
   void set (    PDFFontBase^ value);
}

Property Value

The font used for displaying the widget content.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFFieldWidget Class
PDFFieldWidget Members