Class SignOptions

Class SignOptions

De naam: Aspose.Pdf.Plugins Verzameling: Aspose.PDF.dll (25.4.0)

Representeert Sign Opties voor Aspose.Pdf.Plugins.Signature plugin.

public sealed class SignOptions : OrganizerBaseOptions, IPluginOptions

Inheritance

object OrganizerBaseOptions SignOptions

Implements

IPluginOptions

Geëerbiede leden

OrganizerBaseOptions.AddInput(IDataSource) , OrganizerBaseOptions.AddOutput(IDataSource) , OrganizerBaseOptions.Inputs , OrganizerBaseOptions.Outputs , OrganizerBaseOptions.CloseInputStreams , OrganizerBaseOptions.CloseOutputStreams , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

SignOptions(String en String)

Initialiseert een nieuwe instantie van het Aspose.Pdf.Plugins.SignOptions object met standaardopties.

public SignOptions(string pfx, string password)

Parameters

pfx string

De weg naar de pfx-bestand.

password string

Het wachtwoord naar de pfx-bestand.

SignOptions(Strom, Strom)

Initialiseert een nieuwe instantie van het Aspose.Pdf.Plugins.SignOptions object met standaardopties.

public SignOptions(Stream pfx, string password)

Parameters

pfx Stream

De stroom met de pfx-bestand.

password string

Het wachtwoord naar de pfx-bestand.

Properties

Contact

Contact met de handtekening.

public string Contact { get; set; }

Eigendomswaarde

string

Location

De locatie van de handtekening.

public string Location { get; set; }

Eigendomswaarde

string

Name

De naam van het bestaande ondertekeningsveld.Null om een nieuw veld te creëren.

public string Name { get; set; }

Eigendomswaarde

string

PageNumber

Het nummer van de pagina waarop de handtekening is gemaakt.

public int PageNumber { get; set; }

Eigendomswaarde

int

Reason

De reden voor de handtekening.

public string Reason { get; set; }

Eigendomswaarde

string

Rectangle

Het recht van de handtekening.

public Rectangle Rectangle { get; set; }

Eigendomswaarde

Rectangle

Visible

De zichtbaarheid van de handtekening.

public bool Visible { get; set; }

Eigendomswaarde

bool

 Nederlands