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

    Parameters

    filename
    The name of input PDF file.
    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