Class SignOptions
Thông tin
Đại diện cho các tùy chọn ký cho plugin Documentize.Signature.
public sealed class SignOptions : PluginBaseOptions, IPluginOptions
Kế thừa
object ← PluginBaseOptions ← SignOptions
Thực hiện
Thành viên Kế thừa
- PluginBaseOptions.AddInput(IDataSource),
- PluginBaseOptions.AddOutput(IDataSource),
- PluginBaseOptions.Inputs,
- PluginBaseOptions.Outputs,
- PluginBaseOptions.CloseInputStreams,
- PluginBaseOptions.CloseOutputStreams,
- object.GetType(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Constructors
SignOptions(string, string)
Khởi tạo một thể hiện mới của đối tượng Documentize.SignOptions với các tùy chọn mặc định.
public SignOptions(string pfx, string password)
Tham số
SignOptions(Stream, string)
Khởi tạo một thể hiện mới của đối tượng Documentize.SignOptions với các tùy chọn mặc định.
public SignOptions(Stream pfx, string password)
Tham số
Properties
Contact
Liên hệ của chữ ký.
public string Contact { get; set; }
Giá trị thuộc tính
Location
Địa điểm của chữ ký.
public string Location { get; set; }
Giá trị thuộc tính
Name
Tên của trường chữ ký hiện có. Null để tạo một trường mới.
public string Name { get; set; }
Giá trị thuộc tính
PageNumber
Số trang mà chữ ký được thực hiện.
public int PageNumber { get; set; }
Giá trị thuộc tính
Reason
Lý do của chữ ký.
public string Reason { get; set; }
Giá trị thuộc tính
Rectangle
Hình chữ nhật của chữ ký.
public Rectangle Rectangle { get; set; }
Giá trị thuộc tính
Visible
Tính khả thi của chữ ký.
public bool Visible { get; set; }
Giá trị thuộc tính
Namespace: Documentize Assembly: Documentize.dll