PDF File Writer Class Library - Author Uzi Granot
TempFilePermission Enumeration |
Temporary file permission enumeration
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
SyntaxC#
public enum TempFilePermission
Members| Member name | Value | Description | |
|---|---|---|---|
| TEMPNEVER | 0 | Never allow PDF reader to write temporary file. | |
| TEMPEXTRACT | 1 | Allow PDF reader to write temporary file based on extract permission flag. | |
| TEMPACCESS | 2 | Allow PDF reader to write temporary file based on access permission flag. | |
| TEMPALWAYS | 3 | Always allow PDF reader to write temporary file. |
See Also