Show / Hide Table of Contents

    Class StampRequestConfirmedData

    Data which is sent when a user confirm a task using a stamp.

    Inheritance
    System.Object
    RequestConfirmedData
    StampRequestConfirmedData
    Inherited Members
    RequestConfirmedData.DecisionId
    RequestConfirmedData.Comment
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: DocuWare.Platform.ServerClient
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public class StampRequestConfirmedData : RequestConfirmedData

    Properties

    Layer

    Layer where the stamp have to be placed.

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

    Page

    Number of the page to set stamp.

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

    Position

    Start point of the stamp.

    Declaration
    public AnnotationPoint Position { get; set; }
    Property Value
    Type Description
    AnnotationPoint

    Section

    Number of the section to set stamp.

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