LayerItems Property DocuWare Platform .NET API

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.6
Syntax

C#
[XmlElementAttribute("BitmapStamp", typeof(BitmapStampEntry))]
[XmlElementAttribute("TextStamp", typeof(TextStampEntry))]
[XmlElementAttribute("Line", typeof(LineEntry))]
[XmlElementAttribute("PolyLineStamp", typeof(PolyLineStampEntry))]
[XmlElementAttribute("Rect", typeof(RectEntry))]
[XmlElementAttribute("PolyLine", typeof(PolyLineEntry))]
[XmlElementAttribute("Delete", typeof(DeleteEntry))]
[XmlElementAttribute("Text", typeof(TextEntry))]
public List<EntryBase> Items { get; set; }

Property Value

Type: ListEntryBase
See Also

Reference