PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / DocumentInfo Class / ShouldSerializeCreationTime Method

In This Topic
    ShouldSerializeCreationTime Method (DocumentInfo)
    In This Topic
    Indicates whether the CreationTime property should be serialized.
    Syntax
    'Declaration
     
    Protected Function ShouldSerializeCreationTime() As Boolean
    protected bool ShouldSerializeCreationTime()

    Return Value

    true if CreationTime should be serialized, false otherwise.
    See Also