PdfDocument.SignAndSave Method (PdfSigningOptions, String, PdfSaveOptions)

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfDocument Class > PdfDocument Methods > SignAndSave Method > SignAndSave Method (PdfSigningOptions, String, PdfSaveOptions)
Digitally signs the document using the specified signing and save options. Then saves the document to the file with the specified name.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public void SignAndSave(
	PdfSigningOptions signingOptions,
	string signedFileName,
	PdfSaveOptions saveOptions
)
VB
Public Sub SignAndSave ( 
	signingOptions As PdfSigningOptions,
	signedFileName As String,
	saveOptions As PdfSaveOptions
)

Parameters

signingOptions
Type: BitMiracle.Docotic.Pdf.PdfSigningOptions
The options for the document signing.
signedFileName
Type: System.String
The name of the file to save the signed document to.
saveOptions
Type: BitMiracle.Docotic.Pdf.PdfSaveOptions
The save options to use.

See Also