VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfPage Class / AddVisibleDigitalSignatureWithImageAppearance Methods / AddVisibleDigitalSignatureWithImageAppearance(X509Certificate2,String,String,String,RectangleF,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
    AddVisibleDigitalSignatureWithImageAppearance(X509Certificate2,String,String,String,RectangleF,Boolean) Method (PdfPage)
    In This Topic
    Adds visible digital signature with image appearance to the specified PDF page.
    Syntax
    'Declaration
    
    Public Overloads Sub AddVisibleDigitalSignatureWithImageAppearance( _
    ByVal certificate
    The X509 certificate.
    As System.Security.Cryptography.X509Certificates.X509Certificate2, _
    ByVal signatureName
    The signature name.
    As System.String, _
    ByVal signatureReason
    The signature reason.
    As System.String, _
    ByVal signatureImageFilename
    The filename of signature image.
    As System.String, _
    ByVal signatureRect
    The signature rect.
    As System.Drawing.RectangleF, _
    ByVal addSignCertificateChain
    A value indicating whether the certificate chain must be added to the signature.
    As Boolean _
    )

    Parameters

    certificate
    The X509 certificate.
    signatureName
    The signature name.
    signatureReason
    The signature reason.
    signatureImageFilename
    The filename of signature image.
    signatureRect
    The signature rect.
    addSignCertificateChain
    A value indicating whether the certificate chain must be added to the signature.
    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also