Digitally signs the document using the specified signing and save options. Then saves
the document to the specified stream.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public void SignAndSave(
PdfSigningOptions signingOptions,
Stream signedContentStream,
PdfSaveOptions saveOptions
)
VB
Public Sub SignAndSave (
signingOptions As PdfSigningOptions,
signedContentStream As Stream,
saveOptions As PdfSaveOptions
)
Parameters
- signingOptions
- Type: BitMiracle.Docotic.Pdf.PdfSigningOptions
The options for the document signing. - signedContentStream
- Type: System.IO.Stream
The stream to save the signed document to. - saveOptions
- Type: BitMiracle.Docotic.Pdf.PdfSaveOptions
The save options to use.
See Also