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



O2S.Components.PDF4NET.View Namespace > PDFVisualPageDeleteEventArgs Class : AllowDelete Property
Gets or sets a value indicating whether the page should be deleted or not.
Syntax
'Declaration
 
Public Property AllowDelete As Boolean
'Usage
 
Dim instance As PDFVisualPageDeleteEventArgs
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 page should be deleted. Default is false.
Remarks
This property is not used by the PDFDocumentView.AfterPageDelete 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

PDFVisualPageDeleteEventArgs Class
PDFVisualPageDeleteEventArgs Members
AfterPageDelete Event