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

Releases a PDF document from the memory.

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

True if the PDF has been successfully released, else False.

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