Class RectangleAnnotationContract
Represents a rectangle annotation
Namespace: Com.Kendox.Dcis.SubSystem.Service.Contract
Syntax
public class RectangleAnnotationContract : Object
Name | Description |
---|---|
RectangleAnnotationContract() |
Fields
Name | Description |
---|---|
Color | Color of rectangle (32 bit ARGB value) Example: Black: -16777216 White: -1 Red: -65536 Green: -16744448 Blue: -16776961 |
ColorHexCode | Color of rectangle (RGB hexadecimal code) Example: Black: #000000 White: #FFFFFF Red: #FF0000 Green: #008000 Blue: #0000FF |
CreatedDate | Date of creation. Date format: yyyy-MM-ddTHH:mm:ss |
CreatorId | User id of creator |
Height | Height of rectangle in pixel per inch for 7200 DPI |
Id | Id of the rectangle annotation |
ModifiedDate | Date of modification. Date format: yyyy-MM-ddTHH:mm:ss |
PageNumber | Number of page |
SecurityLevelEnum | Security level for this annotation SecurityLevelEnum Default: PubliclyAvailable |
Selectable | Defines if annotation is selectable by user |
Transparent | Rectangle should be transparent (highlight) |
Width | Width of rectangle in pixel per inch for 7200 DPI |
X | X coordinate in pixel per inch for 7200 DPI |
Y | Y coordinate in pixel per inch for 7200 DPI |