PdfViewOptionsSecurity Property |
The output PDF document security options.
Namespace: GroupDocs.Viewer.OptionsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.5
Syntaxpublic Security Security { get; set; }
Public Property Security As Security
Get
Set
public:
property Security^ Security {
Security^ get ();
void set (Security^ value);
}
member Security : Security with get, set
Property Value
Type:
Security
See Also