Search Results for

    Show / Hide Table of Contents

    Class StampTemplateContract

    Represents a template for a stamp annotation

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

    Name Description
    StampTemplateContract()

    Fields

    Name Description
    ColorBackground

    Color of the background (32 bit ARGB value) Example: Black: -16777216 White: -1 Red: -65536 Green: -16744448 Blue: -16776961

    ColorBackgroundHex

    Color of background (RGB hexadecimal code) Example: Black: #000000 White: #FFFFFF Red: #FF0000 Green: #008000 Blue: #0000FF

    ColorText

    Color of the text (32 bit ARGB value) Example: Black: -16777216 White: -1 Red: -65536 Green: -16744448 Blue: -16776961

    ColorTextHex

    Color of text (RGB hexadecimal code) Example: Black: #000000 White: #FFFFFF Red: #FF0000 Green: #008000 Blue: #0000FF

    FontBold

    Flag if font is bold

    FontItalic

    Flag if font is italic

    FontName

    Font name

    FontSize

    Font size

    FontUnderline

    Flag if font is underline

    Id

    Id of object

    ProtectionDomainId

    Protection domain id

    Rotation

    Rotation in degrees

    TemplateName

    Name of the template

    TemplateText

    User defined text

    Back to top Copyright © Kendox