is_valid property

is_valid property

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

Definition:

@property
def is_valid(self):
    ...

See Also