PDF SDK Documentation

Comprehensive Guide for Developers: Features, Integration, and API Reference

Loading...
Searching...
No Matches
PDDocSaveParams Struct Reference

Public Attributes

PDDocSaveFlags flags
 A combination of PDDocSaveFlags.
 
const wchar_t * filePath
 The path to which the document is saved. If both this and outputStream are null, the current document path is used.
 
PDWriteStream outputStream
 The stream to write output document to. Used only if filePath is null.
 
const PDProgressMonitorprogress
 The progress monitor to receive notifications about the saving process. It may be null.
 
void * progressData
 A pointer to pass to progress each time it is called.
 
const PDOptSaveSettingsoptSettings
 The settings to use in "Reduce File Size". Pass null for the regular save.
 
const PDVersionversion
 The version number of the document. Pass null to keep the current version.
 

The documentation for this struct was generated from the following file: