PDFView4NET WinForms Edition
AllowResize Property




O2S.Components.PDFView4NET.Forms Namespace > PDFFieldWidget Class : AllowResize Property
Gets or sets a value indicating whether the field widget can be resized in the viewer control or not.
Syntax
'Declaration
 
Public Property AllowResize As Boolean
'Usage
 
Dim instance As PDFFieldWidget
Dim value As Boolean
 
instance.AllowResize = value
 
value = instance.AllowResize
public bool AllowResize {get; set;}
public: __property bool get_AllowResize();
public: __property void set_AllowResize( 
   bool value
);
public:
property bool AllowResize {
   bool get();
   void set (    bool value);
}

Property Value

True if the field widget can be resized.
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