You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > PDF Reader > PdfReaderGetModificationDate Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.PdfReaderGetModificationDate Method

Returns the modification date of a PDF.

C#
public String PdfReaderGetModificationDate(
    int hPdf
);
Visual Basic
Public Function PdfReaderGetModificationDate(
    ByVal hPdf As Integer
) As String
Parameters
Parameters 
Description 
hPdf 
A PDF handle returned by the PdfReaderLoadFromFile or the PdfReaderLoadFromStream function. 
Returns

The PDF modification date.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.