DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / Sign Method / Sign(SignatureProperties,String,SavePdfOptions) Method
Properties of the signature used to sign the document.
The name of the PDF file to create.
The PDF save options.

In This Topic
Sign(SignatureProperties,String,SavePdfOptions) Method
In This Topic
Signs and saves the current document to a file.
Syntax
'Declaration
 
Public Overloads Sub Sign( _
   ByVal signatureProperties As SignatureProperties, _
   ByVal fileName As System.String, _
   ByVal saveOptions As SavePdfOptions _
) 
 

Parameters

signatureProperties
Properties of the signature used to sign the document.
fileName
The name of the PDF file to create.
saveOptions
The PDF save options.
See Also