OdImage

OdImage constructor (1 of 2)

Initialize a new OdImage object by providing a stream container along with load options, facilitating seamless integration into software applications. This constructor efficiently handle image data, offering flexibility and control over the loading process.

public OdImage(StreamContainer streamContainer, LoadOptions options)
ParameterTypeDescription
streamContainerStreamContainerThe stream.
optionsLoadOptionsThe load options.

See Also


OdImage constructor (2 of 2)

Creates a new instance of the OdImage class, designed specifically for initialization with a stream container. This constructor enables seamless integration with stream-based data sources, facilitating efficient handling of OdImage instances within software systems.

public OdImage(StreamContainer streamContainer)
ParameterTypeDescription
streamContainerStreamContainerThe stream container.

See Also