PdfDocumentBase
Security Property
|
Note: This API is now obsolete.
Gets the security parameters of the document.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
[ObsoleteAttribute("This property may be removed in the future. please use PdfDocument.SecurityPolicy instead.")]
public PdfSecurity Security { get; }
<ObsoleteAttribute("This property may be removed in the future. please use PdfDocument.SecurityPolicy instead.")>
Public ReadOnly Property Security As PdfSecurity
Get
public:
[ObsoleteAttribute(L"This property may be removed in the future. please use PdfDocument.SecurityPolicy instead.")]
property PdfSecurity^ Security {
PdfSecurity^ get ();
}
[<ObsoleteAttribute("This property may be removed in the future. please use PdfDocument.SecurityPolicy instead.")>]
member Security : PdfSecurity with get
Property Value
Type:
PdfSecurity
See Also