Gets a value that indicates whether the file should be saved in BigTIFF format.
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');
true to save as BigTIFF, false to save as TIFF. The default value is false.
If modifying an existing file, this value should match the existing file type. You cannot save TIFF pages inside BigTIFF files or vice versa.
For an example, refer to CodecsTiffOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET