←Select platform

IsBigTiff Property

Summary
Determines whether the image file is BigTIFF.
Syntax
C#
VB
Objective-C
C++
Java
public bool IsBigTiff {get;} 
Public ReadOnly Property IsBigTiff As Boolean 
@property (nonatomic, assign, readonly) BOOL isBigTiff 
public boolean isBigTiff() 
public: 
property bool IsBigTiff { 
   bool get(); 
} 

Property Value

true if the file is BigTIFF, false if the file is TIFF.

Remarks

Use this to determine whether the file is BigTIFF.

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.