Click or drag to resize

IQDocumentAttribute Class

Represents a single metadata index value on a document.
Inheritance Hierarchy
SystemObject
  Informa.ImageQuest.API.LibraryIQDocumentAttribute

Namespace:  Informa.ImageQuest.API.Library
Assembly:  Informa.ImageQuest.API.Library (in Informa.ImageQuest.API.Library.dll) Version: 14.3.0.0
Syntax
public class IQDocumentAttribute

The IQDocumentAttribute type exposes the following members.

Constructors
  NameDescription
Public methodIQDocumentAttribute
Initializes a new instance of the IQDocumentAttribute class
Top
Methods
  NameDescription
Public methodComputeHash
Internal use only.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasChanges
Indicates that the attribute has been modified since it was last retrieved from ImageQuest.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldHash
Internal use only.
Public fieldName
Name of the imageQuest attribute being represented.
Public fieldValue
Value of the specified attribute associated with this document.
Top
Remarks

The IQDocumentAttribute class represents the value of an IQAttribute as it exists on a specific IQDocument.

See Also