XFINIUM.PDF.View.Win Documentation
FormDesigner Property



Xfinium.Pdf.View Namespace > PdfDocumentView Class : FormDesigner Property
Gets the active form designer.
Syntax
'Declaration
 
Public ReadOnly Property FormDesigner As PdfVisualFormDesigner
'Usage
 
Dim instance As PdfDocumentView
Dim value As PdfVisualFormDesigner
 
value = instance.FormDesigner
public PdfVisualFormDesigner FormDesigner {get;}
public:
property PdfVisualFormDesigner^ FormDesigner {
   PdfVisualFormDesigner^ get();
}

Property Value

A Xfinium.Pdf.View.Forms.PdfVisualFormDesigner object for performing layout operations on the selected form fields or null if the UserInteractionMode is not PdfUserInteractionMode.EditFormFields.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfDocumentView Class
PdfDocumentView Members