TempFilePermission Enumeration

PDF File Writer

TempFilePermission Enumeration

Temporary file permission enumeration

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public enum TempFilePermission
Members
  Member nameValueDescription
TEMPNEVER0 Never allow PDF reader to write temporary file.
TEMPEXTRACT1 Allow PDF reader to write temporary file based on extract permission flag.
TEMPACCESS2 Allow PDF reader to write temporary file based on access permission flag.
TEMPALWAYS3 Always allow PDF reader to write temporary file.
See Also