public bool NoSubFileType {get; set;}
public bool NoSubFileType {get; set;}
get_NoSubFileType();
set_NoSubFileType(value);
public:
property bool NoSubFileType {
bool get();
void set ( bool value);
}
'Declaration
Public Property NoSubFileType As Boolean
'Usage
Dim instance As CodecsTiffSaveOptions
Dim value As Boolean
instance.NoSubFileType = value
value = instance.NoSubFileType
Property Value
true to prevent writing a subfile type TIFF tag when writing any TIFF file.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2