←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) 
             
  
get_NoPageNumber(); 
set_NoPageNumber(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Codecs Assembly
Click or drag to resize