'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.