←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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.