Cuminas DjVu SDK for .NET Framework
SavePdfAs(String,EncoderParams,HcpdfParams,SaveCallback) Method



The file name of the output PDF.
Parameters to encode High compression PDF layers.
Parameters to configure PDF configuration.
A callback which is called on each page.
Saves the Document object in High compression PDF.
Syntax
Public Overloads Sub SavePdfAs( _
   ByVal where As String, _
   ByVal params As EncoderParams, _
   ByVal hcpdfParams As HcpdfParams, _
   ByVal saveCallback As SaveCallback _
) 
Dim instance As Document
Dim where As String
Dim params As EncoderParams
Dim hcpdfParams As HcpdfParams
Dim saveCallback As SaveCallback
 
instance.SavePdfAs(where, params, hcpdfParams, saveCallback)

Parameters

where
The file name of the output PDF.
params
Parameters to encode High compression PDF layers.
hcpdfParams
Parameters to configure PDF configuration.
saveCallback
A callback which is called on each page.
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

Document Class
Document Members
Overload List

Send Feedback