Gets a reference to the object to controlling the generated PDF document security settings like user and owner password, restrict printing or editing of the generated PDF document.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public PdfSecurityOptions PdfSecurityOptions { get; }
Visual Basic
Public ReadOnly Property PdfSecurityOptions As PdfSecurityOptions
	Get
Visual C++
public:
property PdfSecurityOptions^ PdfSecurityOptions {
	PdfSecurityOptions^ get ();
}

Property Value

Type: PdfSecurityOptions

See Also