O2S.Components.PDF4NET.View.Win Documentation
AllowDelete Property (PDFVisualAnnotationDeleteEventArgs)



O2S.Components.PDF4NET.View Namespace > PDFVisualAnnotationDeleteEventArgs Class : AllowDelete Property
Gets or sets a value indicating whether the annotation should be deleted or not.
Syntax
'Declaration
 
Public Property AllowDelete As Boolean
'Usage
 
Dim instance As PDFVisualAnnotationDeleteEventArgs
Dim value As Boolean
 
instance.AllowDelete = value
 
value = instance.AllowDelete
public bool AllowDelete {get; set;}
public:
property bool AllowDelete {
   bool get();
   void set (    bool value);
}

Property Value

True if the annotation should be deleted. Default is false.
Remarks
This property is not used by the PDFDocumentView.AfterAnnotationDelete event.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


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

PDFVisualAnnotationDeleteEventArgs Class
PDFVisualAnnotationDeleteEventArgs Members
AfterAnnotationDelete Event