←Select platform

SecurityOptions Property

Summary

Gets the security and encryption options used with this PDF document.

Syntax

C#
VB
C++
public PDFSecurityOptions SecurityOptions { get; } 
Public ReadOnly Property SecurityOptions() As PDFSecurityOptions 
   Get 
public:  
   property PDFSecurityOptions^ SecurityOptions 
   { 
      PDFSecurityOptions^ get() 
   } 

Property Value

The security and encryption options used with this PDF document.

Remarks

The security and encryption options are automatically read from the PDF file when thePDFDocument is constructed.

To update the security and encryption options of a PDF file, use PDFFile.SecurityOptions.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly