| Visual Basic (Declaration) | |
|---|---|
Public Property NoPageNumber As Boolean  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public bool NoPageNumber {get; set;}  | |
Return Value
true to disable updating the PageNumber tag associated with the pages of a multi-page TIFF file; otherwise, false.For an example, refer to CodecsTiffOptions.
 
            
 
            
            
            Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
  
   
                           
Copy Code