C#
VB
Java
Objective-C
WinRT C#
C++
Determines whether the image file is BigTIFF.
public bool IsBigTiff {get;}
Public ReadOnly Property IsBigTiff As Boolean
public bool IsBigTiff {get;}
@property (nonatomic, assign, readonly) BOOL isBigTiff
public boolean isBigTiff()
get_IsBigTiff();
public:
property bool IsBigTiff {
bool get();
}
true if the file is BigTIFF, false if the file is TIFF.
Use this to determine whether the file is BigTIFF.
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