VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfPageDigitalSignatureHelper Class / SignDocument Methods / SignDocument(String,String,Int32) Method
Syntax Requirements SeeAlso
In This Topic
    SignDocument(String,String,Int32) Method (PdfPageDigitalSignatureHelper)
    In This Topic
    Add signature to specified page index and save PDF document to outputFilename.
    Syntax
    'Declaration
    
    Public Overloads Sub SignDocument( _
    ByVal inputFilename
    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.String, _
    ByVal outputFilename
    The output PDF filename.
    As System.Int32 _
    )
    public void SignDocument(
    System.String inputFilename,
    System.String pageIndex,
    System.Int32 outputFilename
    )
    public: void SignDocument(
    System.String inputFilename,
    System.String pageIndex,
    System.Int32 outputFilename
    )
    public:
    void SignDocument(
    System.String inputFilename,
    System.String pageIndex,
    System.Int32 outputFilename
    )

    Parameters

    inputFilename
    The name of input PDF file.
    pageIndex
    The zero-based index of PDF page, where digital signature must be added.
    outputFilename
    The output PDF filename.
    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