SaveToPdfOption
PdfSecurity Property
|
Represents the security settings of the PDF document.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public PdfSecurity PdfSecurity { get; }
Public ReadOnly Property PdfSecurity As PdfSecurity
Get
public:
property PdfSecurity^ PdfSecurity {
PdfSecurity^ get ();
}
member PdfSecurity : PdfSecurity with get
Property Value
Type:
PdfSecurity
See Also