Class PostItAnnotationContract
Represents a PostIt annotation
Namespace: Com.Kendox.Dcis.SubSystem.Service.Contract
Syntax
public class PostItAnnotationContract : Object
Name | Description |
---|---|
PostItAnnotationContract() |
Fields
Name | Description |
---|---|
CreatedDate | Date of creation |
CreatorId | User id of creator |
FontInfo | Font info for this annotation |
Height | Height of rectangle in pixel per inch for 7200 DPI |
Id | Id of the PostIt 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 |
Text | User defined text |
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 |