'Declaration
Public Overloads Sub Save( _ ByVal fileName As String, _ ByVal enableObjectCompression As Boolean _ )
'Usage
Dim instance As PdfDocument Dim fileName As String Dim enableObjectCompression As Boolean instance.Save(fileName, enableObjectCompression)
public void Save( string fileName, bool enableObjectCompression )
public: void Save( String^ fileName, bool enableObjectCompression )
Parameters
- fileName
- File where the PDF document is saved.
- enableObjectCompression
- When set to true, the structure of the PDF objects is also compressed. Supported when PDF version >= 1.5