[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.ISignatureBuilder.Build

Build Method

Build(GcPdfDocument, Stream, object)

Builds the binary signature for a specified content.

Declaration
byte[] Build(GcPdfDocument doc, Stream content, object customData)
Parameters
Type Name Description
GcPdfDocument doc

The GcPdfDocument object to sign.

Stream content

The stream representing the signed content.

object customData

The custom data returned by the Prepare(GcPdfDocument, out string, out string, out int, out object) method.

Returns
Type Description
byte[]

The binary signature container.