Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

IsBigTiff Property








Determines whether the image file is BigTIFF.
Syntax
public bool IsBigTiff {get;}
'Declaration
 
Public ReadOnly Property IsBigTiff As Boolean
'Usage
 
Dim instance As CodecsTiffImageInfo
Dim value As Boolean
 
value = instance.IsBigTiff
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

See Also

Reference

CodecsTiffImageInfo Class
CodecsTiffImageInfo Members
TIFF (Tagged Image File Format)
Loading and Saving Large TIFF/BigTIFF Files

Error processing SSI file