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

Show in webframe

BigTiff Property








Gets a value that indicates whether the file should be saved in BigTIFF format.
Syntax
public bool BigTiff {get; set;}
'Declaration
 
Public Property BigTiff As Boolean
'Usage
 
Dim instance As CodecsTiffSaveOptions
Dim value As Boolean
 
instance.BigTiff = value
 
value = instance.BigTiff
public bool BigTiff {get; set;}
@property (nonatomic, assign) BOOL bigTiff
public boolean getBigTiff()
public void setBigTiff(boolean value)
            
 <br/>get_BigTiff();<br/>set_BigTiff(value);<br/>Object.defineProperty('BigTiff'); 
public:
property bool BigTiff {
   bool get();
   void set (    bool value);
}

Property Value

true to save as BigTIFF, false to save as TIFF. The default value is false.
Remarks
If modifying an existing file, this value should match the existing file type. You cannot save TIFF pages inside BigTIFF files or vice versa.
Example
For an example, refer to CodecsTiffOptions.
Requirements

Target Platforms

See Also

Reference

CodecsTiffSaveOptions Class
CodecsTiffSaveOptions Members
IsBigTiff Property

Error processing SSI file