PDFKit.NET 2.0 Class Library (.NET 2.0)

DocumentUsageRights Enumeration

Document level usage rights.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

public enum DocumentUsageRights

Members

Member Name Description Value
None None of the usage rights are enabled. 0
Unknown The uage rights are unknown (the rights are saved by an unknown version) 1
FullSave The document can be saved with modified form fields and/or annotations. 2

Requirements

Namespace: TallComponents.PDF

Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll)

See Also

TallComponents.PDF Namespace