The native GdPicturePDF object. Do not dispose or close this object.

In This Topic

GetNativePDF Method (DocuViewareControl)

In This Topic
If the native document is a PDF, this method provides access to the native GdPicturePDF object used to handle it.
Syntax
'Declaration
 
Public Function GetNativePDF( _
   ByRef GdPicturePDF As GdPicturePDF _
) As GdPictureStatus
public GdPictureStatus GetNativePDF( 
   out GdPicturePDF GdPicturePDF
)

Parameters

GdPicturePDF
The native GdPicturePDF object. Do not dispose or close this object.

Return Value

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