←Select platform

NoPageNumber Property

Summary

Enables or disables updating the PageNumber tag associated with the pages of a multi-page TIFF file.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool NoPageNumber { get; set; } 
Public Property NoPageNumber As Boolean 
public bool NoPageNumber {get; set;} 
@property (nonatomic, assign) BOOL noPageNumber 
public boolean getNoPageNumber() 
public void setNoPageNumber(boolean value) 
             
 <br/>get_NoPageNumber();<br/>set_NoPageNumber(value);<br/>Object.defineProperty('NoPageNumber');  
public: 
property bool NoPageNumber { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to disable updating the PageNumber tag associated with the pages of a multi-page TIFF file.

Example

For an example, refer to CodecsTiffOptions.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly