←Select platform

PageNumber Property

Summary

Target page number of this redact item.

Syntax
C#
VB
C++
public int PageNumber { get; set; } 
Public Property PageNumber() As Integer 
   Get 
   Set 
public:  
   property Int32 PageNumber 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

1-based target page number of this redact item. The default value is 0.

Example

For an example, refer to PDFFile.

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.Pdf Assembly