O2S.Components.PDF4NET Documentation
Save(String,PDFSecurityHandler) Method



O2S.Components.PDF4NET Namespace > PDFDocument Class > Save Method : Save(String,PDFSecurityHandler) Method
File where the PDF document is saved.
Security handler for encrypting the saved file.
Saves the PDF document to a file.
Syntax
'Declaration
 
Public Overloads Sub Save( _
   ByVal fileName As String, _
   ByVal securityHandler As PDFSecurityHandler _
) 
'Usage
 
Dim instance As PDFDocument
Dim fileName As String
Dim securityHandler As PDFSecurityHandler
 
instance.Save(fileName, securityHandler)

Parameters

fileName
File where the PDF document is saved.
securityHandler
Security handler for encrypting the saved file.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PDFDocument Class
PDFDocument Members
Overload List