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.