XFINIUM.PDF.View.Wpf Documentation
AllowAdd Property (PdfVisualFieldAddEventArgs)



Xfinium.Pdf.View Namespace > PdfVisualFieldAddEventArgs Class : AllowAdd Property
Gets or sets a value indicating whether the field should be added or not.
Syntax
'Declaration
 
Public Property AllowAdd As Boolean
'Usage
 
Dim instance As PdfVisualFieldAddEventArgs
Dim value As Boolean
 
instance.AllowAdd = value
 
value = instance.AllowAdd
public bool AllowAdd {get; set;}
public:
property bool AllowAdd {
   bool get();
   void set (    bool value);
}

Property Value

True if the field should be added. Default is true.
Remarks
This property is not used by the PdfDocumentView.AfterFieldAdd event.
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

PdfVisualFieldAddEventArgs Class
PdfVisualFieldAddEventArgs Members