'Declaration Public Overloads Sub Sign( _ ByVal signatureProperties As SignatureProperties, _ ByVal fileName As System.String, _ ByVal saveMode As SaveMode _ )
public void Sign( SignatureProperties signatureProperties, System.string fileName, SaveMode saveMode )
Parameters
- signatureProperties
- Properties of the signature used to sign the document.
- fileName
- The name of the PDF file to create.
- saveMode
- The PDF saving mode.