Search Results for

    Show / Hide Table of Contents

    Class SignatureFormParameter

    Wird als Übergabe verschiedener Paramter an die Signatur Verarbeitung verwendet

    Inheritance
    System.Object
    SignatureFormParameter
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Framework.DocumentProcessing.WACOM
    Assembly: Simplic.Framework.DocumentProcessing.dll
    Syntax
    public class SignatureFormParameter

    Constructors

    | Improve this Doc View Source

    SignatureFormParameter()

    Declaration
    public SignatureFormParameter()

    Properties

    | Improve this Doc View Source

    BackgroundImage

    Declaration
    public byte[] BackgroundImage { get; set; }
    Property Value
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    DrawSignLine

    Declaration
    public bool DrawSignLine { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    PenColor

    Declaration
    public Color PenColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color
    | Improve this Doc View Source

    SignFieldRect

    Declaration
    public Rectangle? SignFieldRect { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Drawing.Rectangle>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx