←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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.