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

Returns the Metadata of a PDF.

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

The PDF Metadata.

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