←Select platform

NoSubFileType Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public bool NoSubFileType { get; set; } 
Public Property NoSubFileType As Boolean 
@property (nonatomic, assign) BOOL noSubFileType 
public boolean getNoSubFileType() 
public void setNoSubFileType(boolean value) 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly