PDF Viewer Control for .NET 2.0 Windows Forms
CanFillFormFields Property
NamespacesPdfViewer4WinNetPdfSecurityOptionsCanFillFormFields
Can fill the form fields. This property has effect when a 128 bit key is used. To disable form filling the CanEditContent and CanEditAnnotations must be set on false.
Declaration Syntax
C#Visual BasicVisual C++
public bool CanFillFormFields { get; set; }
Public Property CanFillFormFields As Boolean
public:
property bool CanFillFormFields {
	bool get ();
	void set (bool value);
}

Assembly: PdfViewerWinNet (Module: PdfViewerWinNet) Version: 3.1.0.16508 (3.1.0.0)