A date time PDF form field. You cannot create an instance of this class.

Namespace: TallComponents.PDF.Forms.Fields
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public class DateTimeField : ValueField
Visual Basic
Public Class DateTimeField _
	Inherits ValueField

Remarks

You retrieve the existing fields from the Fields property of the Document class.

This field type has no meaning in classic PDF documents.

Inheritance Hierarchy

See Also