Click or drag to resize

PdfLoadOptionsAuthorizationOnDocumentOpen Property

Gets or sets a value indicating whether authorization should be handled right away when PDF document is opened or when the first string or stream is read.

Default value: .


Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public bool AuthorizationOnDocumentOpen { get; set; }

Property Value

Boolean
if authorization should be handled right away when PDF document is opened; otherwise, .
See Also