![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
Leadtools.Pdf Assembly > Leadtools.Pdf Namespace > PDFSecurityOptions Class : PDFSecurityOptions Constructor |
Initializes a new instance of the PDFSecurityOptions class with default values.
public PDFSecurityOptions()
'Declaration
Public Function New()
'Usage
Dim instance As New PDFSecurityOptions()
public:
PDFSecurityOptions();
This constructor set the properties of the result object as follows:
UserPassword is set to null
OwnerPassword is set to null
PrintEnabled is set to true
HighQualityPrintEnabled is set to true
CopyEnabled is set to true
EditEnabled is set to true
AnnotationsEnabled is set to true
AssemblyEnabled is set to true
EncryptionMode is set to PDFEncryptionMode.RC40Bit
For an example, refer to PDFFile.