Table of contents

ImageTag

The ImageTag class represents an image tag that can be attached to an image in a system. It contains information about the image, such as the image ID and the image capture distance mode.

Definition

Namespace: Dynamsoft.Core

Assembly: Dynamsoft.Core.dll

public abstract class ImageTag 

Methods

Method Description
GetImageTagType Gets the type of the image tag.
Clone Creates a copy of the image tag.
GetImageId Gets the ID of the image.
SetImageId Sets the ID of the image.
GetImageCaptureDistanceMode Gets the capture distance mode of the image.
SetImageCaptureDistanceMode Sets the capture distance mode of the image.

GetImageTagType

Gets the type of the image tag.

abstract EnumImageTagType GetImageTagType()

Return Value

Returns the type of the image tag.

See Also

EnumImageTagType

Clone

Creates a copy of the image tag.

abstract ImageTag Clone()

Return Value

Returns a copy of the image tag.

GetImageId

Gets the ID of the image.

int GetImageId()

Return Value

Returns the ID of the image.

SetImageId

Sets the ID of the image.

void SetImageId(int imgId)

Parameters

[in] imgId The ID of the image.

GetImageCaptureDistanceMode

Gets the capture distance mode of the image.

EnumImageCaptureDistanceMode GetImageCaptureDistanceMode()

Return Value

Returns the capture distance mode of the image.

See Also

EnumImageCaptureDistanceMode

SetImageCaptureDistanceMode

Sets the capture distance mode of the image.

void SetImageCaptureDistanceMode(EnumImageCaptureDistanceMode mode)

Parameters

[in] mode The capture distance mode of the image.

See Also

EnumImageCaptureDistanceMode

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: