Show / Hide Table of Contents

    Class BitmapStampEntry

    Bitmap stamp. Png encoded image.

    Inheritance
    System.Object
    EntryBase
    StampBase
    BitmapStampEntry
    Inherited Members
    StampBase.Location
    StampBase.HeadFont
    StampBase.Signature
    StampBase.UserName
    StampBase.Visible
    StampBase.Frame
    StampBase.ShowUser
    StampBase.ShowDate
    StampBase.ShowTime
    StampBase.SigScopeInfo
    EntryBase.Created
    EntryBase.Type
    EntryBase.Color
    EntryBase.Rotation
    EntryBase.Transparent
    EntryBase.StrokeWidth
    EntryBase.Id
    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[]
    In This Article
    • Properties
      • DpiX
      • DpiY
      • PngData
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top