XFINIUM.PDF.View.Wpf Documentation
ShowFormFields Property



Xfinium.Pdf.View Namespace > PdfDocumentView Class : ShowFormFields Property
Gets or sets a value indicating whether the annotations should be displayed or not.
Syntax
'Declaration
 
<CategoryAttribute("PDF Forms")>
<DescriptionAttribute("Shows or hides the form fields")>
<DefaultValueAttribute(True)>
Public Property ShowFormFields As Boolean
'Usage
 
Dim instance As PdfDocumentView
Dim value As Boolean
 
instance.ShowFormFields = value
 
value = instance.ShowFormFields
[Category("PDF Forms")]
[Description("Shows or hides the form fields")]
[DefaultValue(true)]
public bool ShowFormFields {get; set;}
[Category("PDF Forms")]
[Description("Shows or hides the form fields")]
[DefaultValue(true)]
public:
property bool ShowFormFields {
   bool get();
   void set (    bool value);
}

Property Value

True if the annotations should be displayed, false otherwise. Default is true.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Presentation Foundation 4.x


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