Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PdfDateTime Structure / Value Property

In This Topic
    Value Property (PdfDateTime)
    In This Topic
    Gets the GrapeCity.Documents.Pdf.Spec.IPdfString representing the value of this PdfDateTime.
    Syntax
    'Declaration
     
    Public ReadOnly Property Value As IPdfString
    public IPdfString Value {get;}
    See Also