←Select platform

NoSubFileType Property

Summary

Enables or disables writing a subfile type TIFF tag when writing any TIFF file.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool NoSubFileType { get; set; } 
Public Property NoSubFileType As Boolean 
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 ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly