VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfPageDigitalSignatureHelper Class
Constructors Properties Methods SeeAlso
In This Topic
    PdfPageDigitalSignatureHelper Class Members
    In This Topic
    The following tables list the members exposed by PdfPageDigitalSignatureHelper.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether signing certificate chain must be added to the signature.
    Public PropertyGets or sets the digital certificate that should be used for document signing.
    Public PropertyGets a value indicating whether digital signature is visible.
    Public PropertyGets or sets the background color of signature appearance.
    Public PropertyGets or sets the name of signature field.
    Public PropertyGets or sets the signature appearance image.
    Public PropertyGets or sets the filename of the signature appearance image.
    Public PropertyGets or sets a value indicating whether signature image must maintain the aspect ratio.
    Public PropertyGets or sets the rectangle that defines the location, in default user space units, of annotation signature on the page.
    Public PropertyGets or sets the text that must be drawn on signature.
    Public PropertyGets or sets the alignment of signature text.
    Public PropertyGets or sets the color of signature text.
    Public PropertyGets or sets the font name that must be used to draw the signature text.
    Public PropertyGets or sets the font that must be used to draw the signature text.
    Public PropertyGets or sets an information provided by the signer to enable a recipient to contact the signer to verify the signature.
    Public PropertyGets or sets the name of the person or authority signing the document.
    Public PropertyGets or sets the CPU host name or physical location of the signing.
    Public PropertyGets or sets the the reason for the signing.
    Public PropertyGets or sets the password for timestamp server.
    Public PropertyGets or sets the URL of the timestamp server.
    Public PropertyGets or sets the user name for timestamp server.
    Public Methods
     NameDescription
    Public MethodAdds the empty signature field to the PDF page.
    Public MethodOverloaded. Adds digital signature to the PDF page.
    Public MethodCopies properties (excluding Certificate) to the specified digital signature helper.
    Public MethodOverloaded. Adds digital signature to the PDF page and saves document as a PDF/A document.
    Protected Methods
     NameDescription
    Protected MethodCreates the font that is used to draw text on signature appearance.
    Protected MethodCreates parameters for creation of PKCS#7 signature.
    Protected MethodCreates the image appearance for PDF signature field.
    Protected MethodCreates the signature information for specified digital signature.
    Protected MethodCreates the timestamp authority web client.
    Protected MethodDraws the signature appearance.
    Protected MethodDraws the image on signature appearance.
    Protected MethodDraws the text on signature appearance.
    Protected MethodDraws the vector text on signature appearance.
    Protected MethodReturns the name of signature field.
    See Also