Cuminas DjVu SDK for .NET Framework
PrivsAndProps Enumeration



This enumeration defines privileges and properties controlled by Secure DjVu.
Syntax
Public Enum PrivsAndProps 
   Inherits System.Enum
Dim instance As PrivsAndProps
public enum PrivsAndProps : System.Enum 
public enum class PrivsAndProps : public System.Enum 
Members
MemberDescription
Copy

To copy texts/images to clipboard or any other shared area.

The corresponding text notation is "Copy".

Edit

To edit any part of the DjVu file.

The corresponding text notation is "Edit".

EditProp

To edit security properties; add/edit/remove user entries/privileges.

The corresponding text notation is "EditProp".

Export

To save Secure DjVu to DjVu or other image formats.

The corresponding text notation is "Save".

InvisibleWatermark

Not implemented for Secure DjVu.

The corresponding text notation is "InvisibleWatermark".

OwnerThe user with Owner privilege can do anything. This has same effect to Copy|Edit|EditProp|Export|Print|ReadProp.
Print

To print out the document content using printer.

The corresponding text notation is "Print".

ReadProp

To read security properties; view or list other users privileges.

The corresponding text notation is "ReadProp".

Watermark

Not implemented for Secure DjVu.

The corresponding text notation is "Watermark".

Remarks
For Secure DjVu handling, see Handling Secure DjVu.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         DjVu.PrivsAndProps

Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

DjVu Namespace
PrivAndPropSet Class
Handling Secure DjVu

Send Feedback