LEADTOOLS Image File Support (Leadtools.Codecs assembly)

NoSubFileType Property

Show in webframe







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)
            
 
get_NoSubFileType();
set_NoSubFileType(value);
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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.