PDF .NET Library Documentation - PDF Technologies, Inc.

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
[FlagsAttribute]
public enum PDFCryptoOptions
Visual Basic (Declaration)
<FlagsAttribute> _
Public Enumeration PDFCryptoOptions
Visual C++
[FlagsAttribute]
public enum class PDFCryptoOptions

Members

Member nameDescription
AllowPrinting
Allow printing
AllowModifyContents
Allow modify contents
AllowCopy
Allow copy
AllowModifyAnnotations
Allow modify annotations
AllowFillIn
Fill in existing interactive form fields
AllowScreenReaders
Allow screen readers
AllowAssembly
Assemble the document (insert, rotate, or delete pages and create bookmarks or thumbnail images)
AllowDegradedPrinting
Allow degraded printing

See Also