public bool IgnorePhotometricInterpretation {get; set;}
'Declaration
Public Property IgnorePhotometricInterpretation As Boolean
'Usage
Dim instance As CodecsTiffLoadOptions
Dim value As Boolean
instance.IgnorePhotometricInterpretation = value
value = instance.IgnorePhotometricInterpretation
public bool IgnorePhotometricInterpretation {get; set;}
@property (nonatomic, assign) BOOL ignorePhotometricInterpretation;
public boolean getIgnorePhotometricInterpretation()
public void setIgnorePhotometricInterpretation(boolean value)
get_IgnorePhotometricInterpretation();
set_IgnorePhotometricInterpretation(value);
Object.defineProperty('IgnorePhotometricInterpretation');
public:
property bool IgnorePhotometricInterpretation {
bool get();
void set ( bool value);
}
Property Value
true to ignore the color transforms.