Initializes a new instance of the class.

Namespace: Spire.Pdf.AutomaticFields
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfDateTimeField(
	PdfFontBase font,
	RectangleF bounds
)
Public Sub New ( 
	font As PdfFontBase,
	bounds As RectangleF
)
public:
PdfDateTimeField(
	PdfFontBase^ font, 
	RectangleF bounds
)
new : 
        font : PdfFontBase * 
        bounds : RectangleF -> PdfDateTimeField

Parameters

font
PdfFontBase
A object that specifies the font attributes (the family name, the size, and the style of the font) to use.
bounds
RectangleF
Specifies the location and size of the field.

See Also