Gets the security parameters of the document.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfSecurity Security { get; }
Public ReadOnly Property Security As PdfSecurity
	Get
public:
property PdfSecurity^ Security {
	PdfSecurity^ get ();
}
member Security : PdfSecurity with get

Property Value

PdfSecurity

See Also