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

Show in webframe

NoSubFileType Property








Enables or disables writing a subfile type TIFF tag when writing any TIFF file.
Syntax
public bool NoSubFileType {get; set;}
'Declaration
 
Public Property NoSubFileType As Boolean
'Usage
 
Dim instance As CodecsTiffSaveOptions
Dim value As Boolean
 
instance.NoSubFileType = value
 
value = instance.NoSubFileType
public bool NoSubFileType {get; set;}
@property (nonatomic, assign) BOOL noSubFileType
public boolean getNoSubFileType()
public void setNoSubFileType(boolean value)
            
 <br/>get_NoSubFileType();<br/>set_NoSubFileType(value);<br/>Object.defineProperty('NoSubFileType'); 
public:
property bool NoSubFileType {
   bool get();
   void set (    bool value);
}

Property Value

true to prevent writing a subfile type TIFF tag when writing any TIFF file.
Example
For an example, refer to CodecsTiffOptions.
Requirements

Target Platforms

See Also

Reference

CodecsTiffSaveOptions Class
CodecsTiffSaveOptions Members

Error processing SSI file