Name | Description | |
---|---|---|
![]() | SignAndSave(PdfSigningOptions, Stream) |
Digitally signs the document using the specified signing options. Then saves the
document to the specified stream.
|
![]() | SignAndSave(PdfSigningOptions, String) |
Digitally signs the document using the specified signing options. Then saves
the document to the file with the specified name.
|
![]() | SignAndSave(PdfSigningOptions, Stream, PdfSaveOptions) |
Digitally signs the document using the specified signing and save options. Then saves
the document to the specified stream.
|
![]() | SignAndSave(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.
|