Class BitmapStampEntry
Bitmap stamp. Png encoded image.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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[] |