Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / ISignatureBuilder Interface / Build Method
The GcPdfDocument object to sign.
The stream representing the signed content.
The custom data returned by the Prepare method.

In This Topic
    Build Method (ISignatureBuilder)
    In This Topic
    Builds the binary signature for a specified content.
    Syntax
    'Declaration
     
    Function Build( _
       ByVal doc As GcPdfDocument, _
       ByVal content As System.IO.Stream, _
       ByVal customData As System.Object _
    ) As System.Byte()
    System.byte[] Build( 
       GcPdfDocument doc,
       System.IO.Stream content,
       System.object customData
    )

    Parameters

    doc
    The GcPdfDocument object to sign.
    content
    The stream representing the signed content.
    customData
    The custom data returned by the Prepare method.

    Return Value

    The binary signature container.
    See Also