Click or drag to resize
Stamp Class
Models a DocuWare stamp.
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientStamp

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[SerializableAttribute]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = true)]
public class Stamp : IRelationsWithProxy, IRelations

The Stamp type exposes the following members.

Constructors
  NameDescription
Public methodStamp
Creates a new instance of this class
Top
Methods
  NameDescription
Public methodGetStreamFromAsBitmapRelation
Calls the HTTP Get method on the link for the relation “asBitmap”.
Public methodGetStreamFromAsBitmapRelationAsync
Calls the HTTP Get method on the link for the relation “asBitmap” asynchronously.
Public methodGetStreamFromAsSvgRelation
Calls the HTTP Get method on the link for the relation “asSvg”.
Public methodGetStreamFromAsSvgRelationAsync
Calls the HTTP Get method on the link for the relation “asSvg” asynchronously.
Public methodPostToAsBitmapRelationForStream
Calls the HTTP Post method on the link for the relation “asBitmap”.
Public methodPostToAsBitmapRelationForStreamAsync
Calls the HTTP Post method on the link for the relation “asBitmap” asynchronously.
Public methodPostToAsSvgRelationForStream
Calls the HTTP Post method on the link for the relation “asSvg”.
Public methodPostToAsSvgRelationForStreamAsync
Calls the HTTP Post method on the link for the relation “asSvg” asynchronously.
Top
Extension Methods
  NameDescription
Public Extension MethodDeleteTResponse(String, String)Overloaded.
Sends a HTTP DELETE message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodDeleteTResponse(HttpClient, String, String)Overloaded.
Sends a HTTP DELETE message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodGetTResponse(String, String)Overloaded.
Sends a HTTP GET message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodGetTResponse(HttpClient, String, String)Overloaded.
Sends a HTTP GET message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodGetBaseUri
Gets the base URI of the specified relations instance.
(Defined by RelationsWithProxyExtensions.)
Public Extension MethodGetLink
Gets the link by its name.
(Defined by RelationExtension.)
Public Extension MethodGetRelationUri
Gets the URI of the relation specified by the name.
(Defined by RelationExtension.)
Public Extension MethodGetRelationUriOrThrow
Gets the URI of the relation specified by the name.
(Defined by RelationExtension.)
Public Extension MethodHasRelationUri
Determines whether the specified link exists.
(Defined by RelationExtension.)
Public Extension MethodSendTResponse(HttpMethod, String, String)Overloaded.
Sends a message to the specified proxy.
(Defined by MethodInvocation.)
Public Extension MethodSendTResponse(String, HttpMethod, HttpContent, String)Overloaded.
Sends a message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodSendTResponse(HttpMethod, HttpClient, String, String)Overloaded.
Sends a message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodSendTResponse, TRequest(String, HttpMethod, String, TRequest, String)Overloaded.
Sends a message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodSendTResponse, TRequest(HttpClient, String, HttpMethod, String, TRequest, String)Overloaded.
Sends a message to the specified HTTP client.
(Defined by MethodInvocation.)
Top
Properties
  NameDescription
Public propertyAsBitmapRelationLink
Gets the Uri of the link for the relation “asBitmap”.
Public propertyAsSvgRelationLink
Gets the Uri of the link for the relation “asSvg”.
Public propertyAutomaticallyOpenNextDocument
Determines whether the stamp remains active after being stored.
Public propertyAutosave
Automatically save the stamp after specified period in seconds. Value -1 mean the stamp have to be saved on user action.
Public propertyCloseAfterStampSet
Automatically close the window after stamp is placed in a document
Public propertyColor
The color of the stamp content
Public propertyDisplayName
The display name of the stamp.
Public propertyFields
List of the stamp fields.
Public propertyFormField
List of the stamp form fields.
Public propertyHeadFont
Font for the additional items of information.
Public propertyId
The id of the stamp, which is a GUID usually.
Public propertyIsHidden
Determines whether the stamp is visible.
Public propertyItem
Public propertyKeepStampActive
Determines whether next document is opened automatically after the stamp is stored.
Public propertyLinks
Public propertyName
The name of the stamp.
Public propertyOverwrite
If this flag is true the system will overwrite existing database entries with the stamp entries.
Public propertyPasswordProtected
If this flag is true password is needed to place the stamp.
Public propertySignature
The type of the stamp signature if there is any.
Top
Explicit Interface Implementations
Remarks