Table of contents

ScaledColourImageUnit

The ScaledColourImageUnit class represents an intermediate result unit that contains scaled color image. It is derived from the IntermediateResultUnit class.

Definition

Namespace: com.dynamsoft.core.intermediate_results

public class ScaledColourImageUnit extends IntermediateResultUnit

Methods

Method Description
getImageData Gets the image data of the unit.
setImageData Sets the image data of the unit.

getImageData

Gets the image data of the unit.

ImageData getImageData()

Return value

Returns an ImageData object that contains the image data of the unit.

See Also

ImageData

setImageData

Sets the image data of the unit.

void setImageData(ImageData imgData) throws CoreException

Parameters

imgData The image data to set.

Exception

CoreException

See Also

ImageData

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: