ImageGear for .NET
ImGearARTAccessRights Class
Members  See Also  Send Feedback
ImageGear21.Art Assembly > ImageGear.ART Namespace : ImGearARTAccessRights Class




Glossary Item Box

Defines access rights for the ART objects.

Object Model

ImGearARTAccessRights ClassImGearARTAccessRights ClassImGearARTAccessRights ClassImGearARTAccessRights ClassImGearARTAccessRights ClassImGearARTAccessRights ClassImGearARTAccessRights ClassImGearARTAccessRights Class

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Remarks

The access rights are stored as bits of 64bit value and the maximum number of different rights cannot exceed 64. ImageGear predefines some list of access rights that can be extended. If you need to extend the list of access rights, you have to create a new class and inherit it from ImGearARTAccessRights, where you can define your own rights. The bits from 0 to 31 are reserved by ImageGear and must not be used to define the custom rights. For the custom defined rights, use bits from 32 to 63.

Inheritance Hierarchy

System.Object
   ImageGear.ART.ImGearARTAccessRights

See Also

©2013. Accusoft Corporation. All Rights Reserved.