Accusoft PDF Xpress Control v5.0
SaveDocumentToHandle Method
See Also  Send comments on this topic.
options
A SaveOptions object which contains instructions for saving a PDF document into new global memory buffer, accessed using a handle.
hGlobal
A long value which represents a global handle to save the PDF document to.
PdfDocument Object : SaveDocumentToHandle Method

Glossary Item Box

Description

Saves a PDF document into a new global memory buffer, accessed using a handle.

Syntax

Visual Basic
Public Sub SaveDocumentToHandle( _
   ByVal options As SaveOptions, _
   ByRef hGlobal As Long _
) 

Parameters

options
A SaveOptions object which contains instructions for saving a PDF document into new global memory buffer, accessed using a handle.
hGlobal
A long value which represents a global handle to save the PDF document to.

Remarks

The Document must contain at least one page to successfully save.

See Also

©2012. Accusoft Corporation. All Rights Reserved.