[]
Builds the binary signature for a specified content.
byte[] Build(GcPdfDocument doc, Stream content, object customData)
| 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. |
| Type | Description |
|---|---|
| byte[] | The binary signature container. |