GetDefaultOptions

OtgImage.GetDefaultOptions method

Retrieves the default options configured for the image, providing a convenient way to access and modify the default settings. This property ensures consistency in operations by offering predefined settings that align with common use cases, simplifying the development process.

public override ImageOptionsBase GetDefaultOptions(object[] args)
ParameterTypeDescription
argsObject[]The arguments.

Return Value

Default options

See Also