The ImageItem type exposes the following members.

Constructors

  NameDescription
ImageItemOverloaded.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetBlackAndWhiteImage
It converts the source image to Black and White.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
DataField
Gets or sets the name of the field from the data source that contains the values to bind to this item.
(Inherited from Item.)
Dpi
Gets or sets the item resolution, in dots per inch.
(Inherited from Item.)
Height
Gets or sets the height of the image item.
LockAspectRatio
Gets or sets how source image's proportions are maintained if it must be resized.
MonochromeSettings
Gets the monochrome settings for Black/White conversion.
Name
Gets or sets the programmatic identifier or name assigned to the item.
(Inherited from Item.)
RotateFlipType
Gets or sets the direction of the source image's rotation and the axis used to flip it.
RotationAngle
Gets or sets the rotation angle to apply on the source image. It is measured counterclockwise from the x-axis.
SourceBase64
Gets or sets the Base64 string of the image content.
SourceBinary
Gets or sets the binary content of the image.
SourceFile
Gets or sets the image file path or URL.
SourcePrinterStoredFile
Gets or sets the path of an image or graphic stored in any memory storage device of the thermal printer.
UnitType
Gets or sets the Unit of Measurement for the item.
(Inherited from Item.)
Width
Gets or sets the width of the image item.
X
Gets or sets the x-coordinate of the upper-left corner of the item relative to the upper-left corner of its container.
(Inherited from Item.)
Y
Gets or sets the y-coordinate of the upper-left corner of the item relative to the upper-left corner of its container.
(Inherited from Item.)

See Also