GetDefaultOptions

OdgImage.GetDefaultOptions method

This property provides access to the default options associated with an image. By retrieving these options, developers can quickly ascertain the default settings applied to the image, facilitating the creation of new instances or the modification of existing ones based on these presets.

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

Return Value

Default options

See Also