PDFKit.NET 2.0 Class Library (.NET 2.0)

DateTimeField Class

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

For a list of all members of this type, see DateTimeField Members.

System.Object
   TallComponents.PDF.Forms.Fields.Field
      TallComponents.PDF.Forms.Fields.ValueField
         TallComponents.PDF.Forms.Fields.DateTimeField

public class DateTimeField : ValueField

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

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

This field type has no meaning in classic PDF documents.

Requirements

Namespace: TallComponents.PDF.Forms.Fields

Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll)

See Also

DateTimeField Members | TallComponents.PDF.Forms.Fields Namespace