Click or drag to resize
BitmapStampEntryPngData Property
Base 64 encoded data of the bitmap.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[XmlElementAttribute(DataType = "base64Binary")]
public byte[] PngData { get; set; }

Property Value

Type: Byte
See Also