Class StampConfirmedData
Data which is sent when a user confirm a task using a stamp.
Inherited Members
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class StampConfirmedData : ConfirmedData
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 |