Initializes a new instance of the PdfAppearanceField class

Namespace: Spire.Pdf.Fields
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

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

Parameters

page
PdfPageBase
name
String

See Also