Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / Sign Method / Sign(SignatureProperties,String,SaveMode) Method
Properties of the signature used to sign the document.
The name of the PDF file to create.
The PDF saving mode.

In This Topic
    Sign(SignatureProperties,String,SaveMode) 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 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.
    See Also