←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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly