Class SignOptions
Info
Mewakili Opsi Penandatanganan untuk plugin Documentize.PdfSecurity.
public sealed class SignOptions : PluginBaseOptions, IPluginOptionsInheritance
object ← PluginBaseOptions ← SignOptions
Implements
Inherited Members
- PluginBaseOptions.AddInput(IData),
- PluginBaseOptions.AddOutput(IData),
- 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)
Menginisialisasi instance baru dari objek Documentize.SignOptions dengan opsi default.
public SignOptions(string pfx, string password)Parameters
SignOptions(Stream, string)
Menginisialisasi instance baru dari objek Documentize.SignOptions dengan opsi default.
public SignOptions(Stream pfx, string password)Parameters
Properties
Contact
Kontak tanda tangan.
public string Contact { get; set; }Property Value
Location
Lokasi tanda tangan.
public string Location { get; set; }Property Value
Name
Nama bidang tanda tangan yang ada. Null untuk membuat bidang baru.
public string Name { get; set; }Property Value
PageNumber
Nomor halaman tempat tanda tangan dibuat.
public int PageNumber { get; set; }Property Value
Reason
Alasan tanda tangan.
public string Reason { get; set; }Property Value
Rectangle
Kotak tanda tangan.
public Rectangle Rectangle { get; set; }Property Value
TimestampOptions
Opsi Timestamp.
public TimestampOptions TimestampOptions { get; set; }Property Value
Visible
Visibilitas tanda tangan.
public bool Visible { get; set; }Property Value
Namespace: Documentize Assembly: Documentize.dll