You are here: GdPicture.NET > Documentation > Classes > GdViewer Class > GdViewer Methods > Loading Documents (Image, PDF & Metafile) > DisplayFromPDFHandle Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdViewer.DisplayFromPDFHandle Method

Displays a PDF document loaded by a GdPictureImaging object.

C#
public GdPictureStatus DisplayFromPDFHandle(
    int hPDF
);
Visual Basic
Public Function DisplayFromPDFHandle(
    ByVal hPDF As Integer
) As GdPictureStatus
Parameters
Parameters 
Description 
hPDF 
A PDF handle returned by the PdfImportLoadFromFile or the PdfImportLoadFromStream function of a GdPictureImaging object.  
Returns

A member of the GdPictureStatus enumeration.

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