←Select platform

BigTiff Property

Summary
Gets a value that indicates whether the file should be saved in BigTIFF format.
Syntax
C#
VB
Objective-C
C++
Java
public bool BigTiff { get; set; } 
Public Property BigTiff As Boolean 
@property (nonatomic, assign) BOOL bigTiff 
public boolean getBigTiff() 
public void setBigTiff(boolean value) 
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.