←Select platform

IsBigTiff Property

Summary

Determines whether the image file is BigTIFF.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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(); 
} 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly