GdPicture.NET.14.WEB.DocuVieware.API
GdPicture14.WEB Namespace / DocuViewareControl Class / GetNativeImage Method
The native GdPicture Image. This image must not be released from the memory.

In This Topic
GetNativeImage Method (DocuViewareControl)
In This Topic
If the native document is a raster (or bitmap), this method provides access to the native GdPicture image used to handle it.
Syntax
'Declaration
 
Public Function GetNativeImage( _
   ByRef ImageID As Integer _
) As GdPicture14.GdPictureStatus
public GdPicture14.GdPictureStatus GetNativeImage( 
   out int ImageID
)

Parameters

ImageID
The native GdPicture Image. This image must not be released from the memory.

Return Value

A member of the GdPictureStatus enumeration.
Remarks
If the native document is not a bitmap GdPictureStatus.Aborted will be returned. To determine if the native document is a raster the GetDocumentType() method can be used.
See Also