Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / ISignatureBuilder Interface / Prepare Method
The GcPdfDocument object to sign.
OUT: The name of the preferred signature handler to use when validating this signature.
OUT: The name that describes the encoding of the signature value and key information in the signature dictionary.
OUT: The approximate size of the signature.
OUT: The custom data that is passed to the Build method.

In This Topic
    Prepare Method
    In This Topic
    Prepares the signature builder.
    Syntax
    'Declaration
     
    Sub Prepare( _
       ByVal doc As GcPdfDocument, _
       ByRef filter As System.String, _
       ByRef subFilter As System.String, _
       ByRef approximateSize As System.Integer, _
       ByRef customData As System.Object _
    ) 
    void Prepare( 
       GcPdfDocument doc,
       out System.string filter,
       out System.string subFilter,
       out System.int approximateSize,
       out System.object customData
    )

    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