CdrImage

CdrImage constructor

Start working with the CdrImage class effortlessly by initializing a new instance with a stream and loadOptions parameters. Ideal for developers seeking a convenient way to load CDR images from various data sources while customizing the loading process as needed.

public CdrImage(Stream stream, LoadOptions loadOptions)
ParameterTypeDescription
streamStreamThe stream.
loadOptionsLoadOptionsThe load options.

Exceptions

exceptioncondition
IndexOutOfRangeExceptionCDR document contains no pages.

See Also