XFINIUM.PDF.View.Win Documentation
AllowAdd Property (PdfVisualAnnotationAddEventArgs)



Xfinium.Pdf.View Namespace > PdfVisualAnnotationAddEventArgs Class : AllowAdd Property
Gets or sets a value indicating whether the annotation should be added or not.
Syntax
'Declaration
 
Public Property AllowAdd As Boolean
'Usage
 
Dim instance As PdfVisualAnnotationAddEventArgs
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 annotation should be added. Default is true.
Remarks
This property is not used by the PdfDocumentView.AfterAnnotationAdd event.
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

PdfVisualAnnotationAddEventArgs Class
PdfVisualAnnotationAddEventArgs Members