←Select platform

IsDeleted Property

Summary

Indicates that this page is marked for deletion.

Syntax
C#
VB
C++
public bool IsDeleted { get; set; } 
Public Property IsDeleted() As Boolean 
   Get 
   Set 
public:  
   property bool IsDeleted 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true if this page is marked for deletion; otherwise, false. The default value is false.

Remarks

Refer to DocumentPage.IsDeleted for more information.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly