Class SignOptions

Info

Represents Sign Options for Documentize.Signature plugin.

public sealed class SignOptions : PluginBaseOptions, IPluginOptions

Inheritance

objectPluginBaseOptionsSignOptions

Implements

Inherited Members

Constructors

SignOptions(string, string)

Initializes new instance of the Documentize.SignOptions object with default options.

public SignOptions(string pfx, string password)

Parameters

  • pfx string: The path to the pfx file.
  • password string: The password to the pfx file.

SignOptions(Stream, string)

Initializes new instance of the Documentize.SignOptions object with default options.

public SignOptions(Stream pfx, string password)

Parameters

  • pfx Stream: The stream with the pfx file.
  • password string: The password to the pfx file.

Properties

Contact

The contact of signature.

public string Contact { get; set; }

Property Value

string

Location

The location of signature.

public string Location { get; set; }

Property Value

string

Name

The name of existing signature field. Null to create a new field.

public string Name { get; set; }

Property Value

string

PageNumber

The page number on which signature is made.

public int PageNumber { get; set; }

Property Value

int

Reason

The reason of signature.

public string Reason { get; set; }

Property Value

string

Rectangle

The rect of signature.

public Rectangle Rectangle { get; set; }

Property Value

Rectangle

Visible

The visiblity of signature.

public bool Visible { get; set; }

Property Value

bool

Namespace: Documentize Assembly: Documentize.dll

 English