PDFView4NET WPF Edition
CheckSpelling Property (PDFTextBoxField)




O2S.Components.PDFView4NET.Forms Namespace > PDFTextBoxField Class : CheckSpelling Property
Gets or sets a value indicating whether the field content should be checked for spelling erorrs.
Syntax
'Declaration
 
Public Property CheckSpelling As Boolean
'Usage
 
Dim instance As PDFTextBoxField
Dim value As Boolean
 
instance.CheckSpelling = value
 
value = instance.CheckSpelling
public bool CheckSpelling {get; set;}
public: __property bool get_CheckSpelling();
public: __property void set_CheckSpelling( 
   bool value
);
public:
property bool CheckSpelling {
   bool get();
   void set (    bool value);
}

Property Value

True if the field content should be checked for spelling erorrs, false otherwise. Default is true.
Remarks
The field content is checked for spelling errors only when the PDF file is opened in the viewer (if the PDF viewer support this feature) and it is not spell checked when its value is set from code.
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

PDFTextBoxField Class
PDFTextBoxField Members