VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfPageDigitalSignatureHelper Class / SignDocument Methods / SignDocument(String,Int32,PdfAConverter) Method
Syntax Requirements SeeAlso
In This Topic
    SignDocument(String,Int32,PdfAConverter) Method (PdfPageDigitalSignatureHelper)
    In This Topic
    Adds digital signature to the PDF page and saves document as a PDF/A document.
    Syntax
    'Declaration
    
    Public Overloads Sub SignDocument( _
    ByVal filename
    The name of input PDF file.
    As System.String, _
    ByVal pdfAConverter
    The PDF/A document converter.
    As System.Int32, _
    ByVal pageIndex
    The zero-based index of PDF page, where digital signature must be added.
    As Vintasoft.Imaging.Pdf.Processing.PdfA.PdfAConverter _
    )
    public void SignDocument(
    System.String filename,
    System.Int32 pdfAConverter,
    Vintasoft.Imaging.Pdf.Processing.PdfA.PdfAConverter pageIndex
    )
    public: void SignDocument(
    System.String filename,
    System.Int32 pdfAConverter,
    Vintasoft.Imaging.Pdf.Processing.PdfA.PdfAConverter* pageIndex
    )

    Parameters

    filename
    The name of input PDF file.
    pdfAConverter
    The PDF/A document converter.
    pageIndex
    The zero-based index of PDF page, where digital signature must be added.
    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