A GdPicturePDF object.
Specifies if the DocuVieware instance has the responsibility to release the GdPicturePDF object. Default value is true.

In This Topic
GdPicture14.WEB Namespace / DocuVieware Class / LoadFromGdPicturePDF Method

LoadFromGdPicturePDF Method (DocuVieware)

In This Topic
Displays a PDF document from a GdPicturePDF object
Syntax
'Declaration
 
Public Function LoadFromGdPicturePDF( _
   ByVal PDF As GdPicturePDF, _
   Optional ByVal OwnGdPicturePDF As Boolean _
) As GdPictureStatus
public GdPictureStatus LoadFromGdPicturePDF( 
   GdPicturePDF PDF,
   bool OwnGdPicturePDF
)

Parameters

PDF
A GdPicturePDF object.
OwnGdPicturePDF
Specifies if the DocuVieware instance has the responsibility to release the GdPicturePDF object. Default value is true.

Return Value

A member of the GdPictureStatus enumeration
See Also