'Declaration Public Overloads Overridable Function AddSignature( _
ByVal pageThe page, where the empty signature field should be added.As Vintasoft.Imaging.Pdf.Tree.PdfPage _
) As Vintasoft.Imaging.Pdf.Tree.InteractiveForms.PdfInteractiveFormSignatureField
public virtual Vintasoft.Imaging.Pdf.Tree.InteractiveForms.PdfInteractiveFormSignatureField AddSignature(
Vintasoft.Imaging.Pdf.Tree.PdfPage page
)
public: virtual Vintasoft.Imaging.Pdf.Tree.InteractiveForms.PdfInteractiveFormSignatureField* AddSignature(
Vintasoft.Imaging.Pdf.Tree.PdfPage* page
)
public:
virtual Vintasoft.Imaging.Pdf.Tree.InteractiveForms.PdfInteractiveFormSignatureField^ AddSignature(
Vintasoft.Imaging.Pdf.Tree.PdfPage^ page
)
Parameters
- page
- The page, where the empty signature field should be added.
Return Value
A new instance of PdfInteractiveFormSignatureField class that represents added signature field.