The ImageItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ImageItem()()()() |
Initializes a new instance of the ImageItem class.
| |
ImageItem(Double, Double) |
Initializes a new instance of the ImageItem class with the specified location.
|
Methods
Name | Description | |
---|---|---|
Clone |
Creates a copy of the current ImageItem.
(Overrides Item..::..Clone()()()().) | |
Equals | (Inherited from Object.) | |
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 | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
CacheItemId |
Gets or sets the ID which will be assigned to the item in the cache. It must be a unique ID value for each item. The ID must be 1 to 8 alphanumeric [A-Z][0-9] characters long. If it's empty, then a random ID will be assigned automatically at runtime. Default value is an empty string
(Inherited from Item.) | |
DataField |
Gets or sets the name of the field from the data source that contains the values to bind to this item. Default value is an empty string
(Inherited from Item.) | |
Dpi |
Gets or sets the item resolution, in dots per inch.
(Inherited from Item.) | |
Flip |
Gets or sets the axis used for flipping. Default value is None
| |
Height |
Gets or sets the height of the image item. Default value is 0 (zero)
| |
IsGrayscaleOrBlackWhite |
Gets or sets whether the pixels composing the source image are grayscale or black and white based. Default is false.
| |
LockAspectRatio |
Gets or sets how source image's proportions are maintained if it is resized. Default value is None
| |
MonochromeSettings |
Gets the monochrome settings for Black/White conversion. Default value is OtsuThreshold
| |
Name |
Gets or sets the programmatic identifier or name assigned to the item. Default value is an empty string
(Inherited from Item.) | |
RotationAngle |
Gets or sets the rotation angle to apply on the source image. It is measured clockwise from the x-axis. Default value is 0 (zero)
| |
SourceBase64 |
Gets or sets the Base64 string of the image content. Default value is an empty string
| |
SourceBinary |
Gets or sets the binary content of the image. Default value is Null
| |
SourceFile |
Gets or sets the image file path or URL. Default value is an empty string
| |
UnitType |
Gets or sets the Unit of Measurement for the item.
(Inherited from Item.) | |
UseCache |
Gets or sets whether the item should be cached in the printer's memory. An item cannot be cached if it's bound to some data source field through the DataField property. Default value is false
(Inherited from Item.) | |
Width |
Gets or sets the width of the image item. Default value is 0 (zero)
| |
X |
Gets or sets the x-coordinate of the upper-left corner of the item relative to the upper-left corner of its container. Default value is 0 (zero)
(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. Default value is 0 (zero)
(Inherited from Item.) |