IsValid

TiffOptions.IsValid property

Gets a value indicating whether the TiffOptions have been properly configured. Use Validate method as to find the failure reason.

public bool IsValid { get; }

Property Value

true if TiffOptions are properly configured; otherwise, false.

See Also