Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / Sign Method / Sign(SignatureProperties,Stream,SaveMode) Method
Properties of the signature used to sign the document.
The output stream (must support read and seek operations).
The PDF saving mode.

In This Topic
    Sign(SignatureProperties,Stream,SaveMode) Method
    In This Topic
    Signs and saves the current document to a stream. Note that stream must support read and seek operations.
    Syntax
    '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.
    See Also