Skip to main content
All docs
V26.1
  • XmpDate(DateTime, Nullable<XmpDatePrecision>) Constructor

    Initializes a new instance of the XmpDate class with specified settings.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public XmpDate(
        DateTime value,
        XmpDatePrecision? precision = null
    )

    Parameters

    Name Type
    value DateTime

    Optional Parameters

    Name Type Default
    precision Nullable<XmpDatePrecision> null
    See Also