←Select platform

NoPageNumber Property

Summary

Enables or disables updating the PageNumber tag associated with the pages of a multipage TIFF file.

Syntax
C#
VB
Objective-C
C++
Java
public bool NoPageNumber { get; set; } 
Public Property NoPageNumber As Boolean 
@property (nonatomic, assign) BOOL noPageNumber 
public boolean getNoPageNumber() 
public void setNoPageNumber(boolean value) 
public: 
property bool NoPageNumber { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to disable updating the PageNumber tag associated with the pages of a multipage TIFF file.

Example

For an example, refer to CodecsTiffOptions.

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