Class TextAnnotationContract
Represents a text annotation
Namespace: Com.Kendox.Dcis.SubSystem.Service.Contract
Syntax
public class TextAnnotationContract : Object
Name | Description |
---|---|
TextAnnotationContract() |
Fields
Name | Description |
---|---|
BackgroundColor | Color of background (32 bit ARGB value) Example: Black: -16777216 White: -1 Red: -65536 Green: -16744448 Blue: -16776961 |
BackgroundColorHexCode | Color of background (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 |
FontInfo | Font information |
ForegroundColor | Color of the foreground (32 bit ARGB value) Example: Black: -16777216 White: -1 Red: -65536 Green: -16744448 Blue: -16776961 |
ForegroundColorHexCode | Color of foreground (RGB hexadecimal code) Example: Black: #000000 White: #FFFFFF Red: #FF0000 Green: #008000 Blue: #0000FF |
Height | Height of text in pixel per inch for 7200 DPI |
Id | Id of text annotation |
ModifiedDate | Date of modification. Date format: yyyy-MM-ddTHH:mm:ss |
PageNumber | Number of page |
Rotation | Rotation in degrees |
SecurityLevelEnum | Security level for this annotation SecurityLevelEnum Default: PubliclyAvailable |
Selectable | Defines if annotation is selectable by user |
Text | User defined Text |
Transparent | Text annotation should be transparent |
Width | Width of text 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 |