Initializes a new instance of the class.

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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfCompositeField(
	string text,
	params PdfAutomaticField[] list
)
Public Sub New ( 
	text As String,
	ParamArray list As PdfAutomaticField()
)
public:
PdfCompositeField(
	String^ text, 
	... array<PdfAutomaticField^>^ list
)
new : 
        text : string * 
        list : PdfAutomaticField[] -> PdfCompositeField

Parameters

text
String
The wide-character string to be drawn.
list
array<PdfAutomaticField>[]()[][]
The list of objects.

See Also