Search Results for

    Show / Hide Table of Contents

    Class StampAnnotationContract

    Represents a stamp annotation

    Namespace: Com.Kendox.Dcis.SubSystem.Service.Contract
    Syntax
    public class StampAnnotationContract : Object

    Name Description
    StampAnnotationContract()

    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 rectangle in pixel per inch for 7200 DPI

    Id

    Id of the stamp 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

    Stamp annotation should be transparent

    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

    Back to top Copyright © Kendox