public bool UsePhotometricInterpretation {get; set;}
'Declaration
Public Property UsePhotometricInterpretation As Boolean
'Usage
Dim instance As CodecsTiffSaveOptions
Dim value As Boolean
instance.UsePhotometricInterpretation = value
value = instance.UsePhotometricInterpretation
public bool UsePhotometricInterpretation {get; set;}
@property (nonatomic, assign) BOOL usePhotometricInterpretation;
public boolean getUsePhotometricInterpretation()
public void setUsePhotometricInterpretation(boolean value)
get_UsePhotometricInterpretation();
set_UsePhotometricInterpretation(value);
Object.defineProperty('UsePhotometricInterpretation');
public:
property bool UsePhotometricInterpretation {
bool get();
void set ( bool value);
}
Property Value
true to use Photometric Interpretation when saving TIFF files.