LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

NoPageNumber Property






Enables or disables updating the PageNumber tag associated with the pages of a multipage TIFF file. .NET support WinRT support Silverlight support
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;}
 get_NoPageNumber();
set_NoPageNumber(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsTiffSaveOptions Class
CodecsTiffSaveOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.