vpdf_SaveVectorPDFToMemory

 

vpdf_SaveVectorPDFToMemory(hVPDF As Long, ByRef pPDFData As Long, ByRef pSize As Integer) As Boolean

 

Description

 

Saves the PDF to memory and returns a pointer and the size of the new PDF data.

 

Parameters               

 

Long

hVPDF

Handle to the Vector PDF object to save.

Long

pPDFData

Returns a pointer to the PDF data in memory. The data can be freed using the vpdf_FreeVectorPDF function.

Integer

pSize

Returns the size of the written PDF data in bytes.

 

Return value

 

TRUE on success, otherwise FALSE.