PDFView4NET WPF Edition
NeedAppearances Property




O2S.Components.PDFView4NET.Forms Namespace > PDFForm Class : NeedAppearances Property
Gets or sets a value indicating whether the viewer application needs to rebuild the field appearance upon form loading.
Syntax
'Declaration
 
Public Property NeedAppearances As Boolean
'Usage
 
Dim instance As PDFForm
Dim value As Boolean
 
instance.NeedAppearances = value
 
value = instance.NeedAppearances
public bool NeedAppearances {get; set;}
public: __property bool get_NeedAppearances();
public: __property void set_NeedAppearances( 
   bool value
);
public:
property bool NeedAppearances {
   bool get();
   void set (    bool value);
}

Property Value

True if the field appearance must be rebuilt by the viewer application, false otherwise. Default is false.
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

PDFForm Class
PDFForm Members