Resource Base
Table of contents

CImageTag

The CImageTag 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::basic_structures

Assembly: DynamsoftCore

class CImageTag 

Methods Summary

Method Description
GetType 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.

GetType

Gets the type of the image tag.

virtual ImageTagType GetType() const

Return value

Returns the type of the image tag.

See Also

ImageTagType

Clone

Creates a copy of the image tag.

virtual CImageTag* Clone() const

Return value

Returns a pointer to a copy of the image tag.

See Also

ImageTagType

GetImageId

Gets the ID of the image.

int GetImageId() const

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.

ImageCaptureDistanceMode GetImageCaptureDistanceMode() const

Return value

Returns the capture distance mode of the image.

See Also

ImageCaptureDistanceMode

SetImageCaptureDistanceMode

Sets the capture distance mode of the image.

void SetImageCaptureDistanceMode(ImageCaptureDistanceMode mode)

Parameters

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

See Also

ImageCaptureDistanceMode

This page is compatible for:

Version 1.0

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest version (2.2.20)
    • Version 2.x
      • Version 2.2.10
      • Version 2.2.0
      • Version 2.0.30
      • Version 2.0.20
      • Version 2.0.10
      • Version 2.0.0
    Change +
    © 2003–2024 Dynamsoft. All rights reserved.
    Privacy Statement / Site Map / Home / Purchase / Support