Initializes a new instance of the PdfAppearanceField class
Namespace: Spire.Pdf.FieldsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
protected PdfAppearanceField( PdfPageBase page, string name )
Protected Sub New ( page As PdfPageBase, name As String )
protected: PdfAppearanceField( PdfPageBase^ page, String^ name )
new : page : PdfPageBase * name : string -> PdfAppearanceField