ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / LocalFontFileLoader Class / GetLastWriteTime Method
The font file reference key that uniquely identifies the local font file within the scope of the font loader being used.

In This Topic
    GetLastWriteTime Method (LocalFontFileLoader)
    In This Topic
    Obtains the last write time of the file from the font file reference key.
    Syntax
    'Declaration
     
    Public Function GetLastWriteTime( _
       ByVal referenceKey As DataPointer _
    ) As Date
    public DateTime GetLastWriteTime( 
       DataPointer referenceKey
    )

    Parameters

    referenceKey
    The font file reference key that uniquely identifies the local font file within the scope of the font loader being used.

    Return Value

    The time of the last font file modification.
    See Also