Click or drag to resize
PolyLineStampEntry Class
Tablet polyline stamp. Contains one or more strokes. Used as handwriting stamp
Inheritance Hierarchy

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

The PolyLineStampEntry type exposes the following members.

Constructors
  NameDescription
Public methodPolyLineStampEntry
Initializes a new instance of the PolyLineStampEntry class
Top
Properties
  NameDescription
Public propertyStroke
Sequence of strokes of sequence of points that define a set of polylines.
Top
Remarks