LEADTOOLS Image File Support (Leadtools.Codecs assembly)

NoPageNumber Property

Show in webframe







Enables or disables updating the PageNumber tag associated with the pages of a multipage TIFF file.
Syntax
public bool NoPageNumber {get; set;}
'Declaration
 
Public Property NoPageNumber As Boolean
'Usage
 
Dim instance As CodecsTiffSaveOptions
Dim value As Boolean
 
instance.NoPageNumber = value
 
value = instance.NoPageNumber
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 value);
}

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

See Also

Reference

CodecsTiffSaveOptions Class
CodecsTiffSaveOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.