Click or drag to resize
PolyLineStampEntryStroke Property
Sequence of strokes of sequence of points that define a set of polylines.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[XmlElementAttribute("Stroke")]
public List<Stroke> Stroke { get; set; }

Property Value

Type: ListStroke
See Also