Documents for PDF, .NET Edition Documentation
Sign(SignatureProperties,String,Boolean) Method

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace > GcPdfDocument Class > Sign Method : Sign(SignatureProperties,String,Boolean) Method
Properties of the signature used to sign the document.
The name of the PDF file to create.
Indicates whether the document should be saved using incremental updates.
Signs and saves the current document.
Syntax
'Declaration
 
Public Overloads Sub Sign( _
   ByVal signatureProperties As SignatureProperties, _
   ByVal fileName As System.String, _
   Optional ByVal incrementalUpdate As System.Boolean _
) 
public void Sign( 
   SignatureProperties signatureProperties,
   System.string fileName,
   System.bool incrementalUpdate
)

Parameters

signatureProperties
Properties of the signature used to sign the document.
fileName
The name of the PDF file to create.
incrementalUpdate
Indicates whether the document should be saved using incremental updates.
See Also

Reference

GcPdfDocument Class
GcPdfDocument Members
Overload List