'Declaration Public Overloads Sub Sign( _ ByVal signatureProperties As SignatureProperties, _ ByVal stream As System.IO.Stream, _ ByVal saveMode As SaveMode _ )
public void Sign( SignatureProperties signatureProperties, System.IO.Stream stream, SaveMode saveMode )
Parameters
- signatureProperties
- Properties of the signature used to sign the document.
- stream
- The output stream (must support read and seek operations).
- saveMode
- The PDF saving mode.