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

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

GetNativeImage Method (DocuVieware)

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 GdPictureStatus
public 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