Show / Hide Table of Contents

    Class StampPlacement

    Describes how to place a stamp on a page.

    Inheritance
    System.Object
    StampPlacement
    DecisionStampPlacement
    Namespace: DocuWare.Platform.ServerClient
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public class StampPlacement : object

    Constructors

    StampPlacement()

    Creates a new instance of this class

    Declaration
    public StampPlacement()

    Properties

    Field

    The form field values which are applied when placing the stamp.

    Declaration
    public List<FormFieldValue> Field { get; set; }
    Property Value
    Type Description
    List<FormFieldValue>

    Layer

    Layer where the stamp have to be placed.

    Declaration
    public int Layer { get; set; }
    Property Value
    Type Description
    System.Int32

    Location

    The location of the stamp.

    Declaration
    public DWPoint Location { get; set; }
    Property Value
    Type Description
    DWPoint
    Remarks

    The coordinates are in twips (1/1440 inches).

    Password

    Password for password protected stamps

    Declaration
    public string Password { get; set; }
    Property Value
    Type Description
    System.String

    Rotation

    Rotation of the stamp. Only rotation even of 90 degree are supported.

    Declaration
    public int Rotation { get; set; }
    Property Value
    Type Description
    System.Int32

    StampId

    Declaration
    public string StampId { get; set; }
    Property Value
    Type Description
    System.String

    Strokes

    A polyline entry in case of stroke stamps.

    Declaration
    public PolyLineEntry Strokes { get; set; }
    Property Value
    Type Description
    PolyLineEntry
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top