GdPicture.NET.14.WEB.DocuVieware
GdPicture14.WEB Namespace / DocuViewareControl Class / GetNativePDF Method
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 GdPicture14.GdPicturePDF _
) As GdPicture14.GdPictureStatus
public GdPicture14.GdPictureStatus GetNativePDF( 
   out GdPicture14.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