Accusoft.PdfXpress6.Net
Save Method




A SaveOptions object which contains instructions on how to save the PDF document.
Save a PDF document containing at least one page to a PDF file
Syntax
'Declaration
 
Public Sub Save( _
   ByVal options As SaveOptions _
) 
'Usage
 
Dim instance As Document
Dim options As SaveOptions
 
instance.Save(options)
public void Save( 
   SaveOptions options
)
public: void Save( 
   SaveOptions* options
) 
public:
void Save( 
   SaveOptions^ options
) 

Parameters

options
A SaveOptions object which contains instructions on how to save the PDF document.
See Also

Reference

Document Class
Document Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback