←Select platform

BigTiff Property

Summary

Gets a value that indicates whether the file should be saved in BigTIFF format.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool BigTiff { get; set; } 
Public Property BigTiff As Boolean 
public bool BigTiff {get; set;} 
@property (nonatomic, assign) BOOL bigTiff 
public boolean getBigTiff() 
public void setBigTiff(boolean value) 
             
 <br/>get_BigTiff();<br/>set_BigTiff(value);<br/>Object.defineProperty('BigTiff');  
public: 
property bool BigTiff { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to save as BigTIFF, false to save as TIFF. The default value is false.

Remarks

If modifying an existing file, this value should match the existing file type. You cannot save TIFF pages inside BigTIFF files or vice versa.

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