'Declaration Public Overloads Sub SignDocument( _
ByVal filenameThe name of input PDF file.As System.String, _
ByVal pdfAConverterThe PDF/A document converter.As System.Int32, _
ByVal pageIndexThe 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
)
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.