DateField.DateField

DateField()

Initializes a new instance of the DateField

public DateField()

See Also


DateField(Document)

Constructor which should be used with Generator.

public DateField(Document doc)
ParameterTypeDescription
docDocumentDocument where field will be created.

See Also


DateField(Page, Rectangle)

Initializes a new instance of the DateField

public DateField(Page page, Rectangle rect)
ParameterTypeDescription
pagePagePage needed for create.
rectRectangleRectangle where the text field will be placed on the page.

See Also


DateField(Document, Rectangle)

Initializes a new instance of the DateField

public DateField(Document doc, Rectangle rect)
ParameterTypeDescription
docDocumentDocument where field will be created.
rectRectangleRectangle of the field.

See Also