In This Topic
Prepares the signature builder.
Syntax
'Declaration
Sub Prepare( _
ByVal As GcPdfDocument, _
ByRef As System.String, _
ByRef As System.String, _
ByRef As System.Integer, _
ByRef As System.Object _
)
void Prepare(
GcPdfDocument ,
out System.string ,
out System.string ,
out System.int ,
out System.object
)
Parameters
- doc
- The GcPdfDocument object to sign.
- filter
- OUT: The name of the preferred signature handler to use when validating this signature.
- subFilter
- OUT: The name that describes the encoding of the signature value and key information in the signature dictionary.
- approximateSize
- OUT: The approximate size of the signature.
- customData
- OUT: The custom data that is passed to the Build method.
See Also