XdsObjects Help file
XdsObjects.Enums Namespace / LicensedFunctions Enumeration



LicensedFunctions Enumeration
A bitmask representing the functions that a particular license allows to be used by XdsObjects.
Syntax
<FlagsAttribute()>
Public Enum LicensedFunctions 
   Inherits System.Enum
Dim instance As LicensedFunctions
[Flags()]
public enum LicensedFunctions : System.Enum 
[Flags()]
public enum class LicensedFunctions : public System.Enum 
Members
MemberDescription
Consumer Allows use as a document consumer
Gateway Allows use as an XCA gateway
ImageConsumer Allows use as an Imaging Consumer
ImageSource Allows use as an Imaging Source
PixConsumer Allows use as a PIX consumer
Reader Allows reading and importing of documents as files (XDM)
Registry Allows use as a registry
Repository Allows use as a repository
Source Allows use as a document source
Viewer Allows use of the XdsViewer control
Writer Allows writing and exporting of documents as files (XDM)
XDR Allows use as an XDR recipient (XDR sender is equivalent to a document source)
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         XdsObjects.Enums.LicensedFunctions

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also