A GdPicture Image identifier.
Specifies if the DocuViewareControl instance has the responsibility to release the GdPicture image. Default value is true.

In This Topic
GdPicture14.WEB Namespace / DocuViewareControl Class / LoadFromGdPictureImage Method

LoadFromGdPictureImage Method (DocuViewareControl)

In This Topic
Displays a document from a GdPicture Image.
Syntax
'Declaration
 
Public Function LoadFromGdPictureImage( _
   ByVal ImageID As Integer, _
   Optional ByVal OwnGdPictureImage As Boolean _
) As GdPictureStatus
public GdPictureStatus LoadFromGdPictureImage( 
   int ImageID,
   bool OwnGdPictureImage
)

Parameters

ImageID
A GdPicture Image identifier.
OwnGdPictureImage
Specifies if the DocuViewareControl instance has the responsibility to release the GdPicture image. Default value is true.

Return Value

A member of the GdPictureStatus enumeration
See Also