ImageGear .NET v25.1 - Updated
ImGearXPSTagIDs Enumeration




ImageGear.Core Assembly > ImageGear.Formats Namespace : ImGearXPSTagIDs Enumeration
Lists all XPS tag identifiers.
Syntax
'Declaration
 
Public Enum ImGearXPSTagIDs 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearXPSTagIDs
public enum ImGearXPSTagIDs : System.Enum 
__value public enum ImGearXPSTagIDs : public System.Enum 
public enum class ImGearXPSTagIDs : public System.Enum 
Members
MemberValueDescription
CATEGORY64The category of the content that is contained in the file.
CONTENT_STATUS65Example ContentStatus values include "Draft", "Reviewed", and "Final".
CONTENT_TYPE66Example ContentType values include "Whitepaper", "Security Bulletin", and "Exam".
CREATED67The date and time the file was initially created.
CREATOR68The individual or entity that created the file and its content.
DESCRIPTION69The Description may include, but is not limited to: an abstract, table of contents, reference to a graphical representation of content, or a free-text account of the content.
FORMAT63XPS metadata format identifier.
IDENTIFIER70A value that unambiguously identifies the file and its content.
KEYWORDS71A delimited set of keywords to support searching and indexing the Package and content. The Keywords property typically contains a list of terms that are not available elsewhere in file metadata.
LANGUAGE72A value that identifies the file content language.
LAST_MODIFIED_BY73The user who last modified the file content.
LAST_PRINTED74The date and time the file content was last printed.
MODIFIED75The date and time the file was last changed.
REVISION76The revision number of the file. The Revision property indicates the number of changed saves or revisions. The application is responsible for updating the Revision property value after each revision.
SUBJECT77The topic of the file content.
TITLE78The name given to the file and its content.
VERSION79The version number of the file.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.ImGearXPSTagIDs

See Also

Reference

ImageGear.Formats Namespace