RawDecoderSkipCameraInfoValidation Property |
Gets or sets a value which determines whether camera info validation is skipped.
Namespace:
Atalasoft.Imaging.Codec
Assembly:
Atalasoft.dotImage.Raw (in Atalasoft.dotImage.Raw.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic bool SkipCameraInfoValidation { get; set; }Public Property SkipCameraInfoValidation As Boolean
Get
Set
Property Value
Type:
Boolean
Remarks Defaults to false. If the property is set to true then validation that the source image camera maker and model are supported isn't performed which could leave to the errors.
See Also