Class BitmapStampEntry
Bitmap stamp. Png encoded image.
Inherited Members
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class BitmapStampEntry : StampBase
Properties
DpiX
Horizontal device point per inch of the image.
Declaration
public int DpiX { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DpiY
Vertical device point per inch of the image.
Declaration
public int DpiY { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PngData
Base 64 encoded data of the bitmap.
Declaration
public byte[] PngData { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |