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

In This Topic
    Sign(SignatureProperties,String) 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 _
    ) 
    public void Sign( 
       SignatureProperties signatureProperties,
       System.string fileName
    )

    Parameters

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