ImageGear .NET v25.0 - 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
MemberDescription
CATEGORYThe category of the content that is contained in the file.
CONTENT_STATUSExample ContentStatus values include "Draft", "Reviewed", and "Final".
CONTENT_TYPEExample ContentType values include "Whitepaper", "Security Bulletin", and "Exam".
CREATEDThe date and time the file was initially created.
CREATORThe individual or entity that created the file and its content.
DESCRIPTIONThe 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.
FORMATXPS metadata format identifier.
IDENTIFIERA value that unambiguously identifies the file and its content.
KEYWORDSA 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.
LANGUAGEA value that identifies the file content language.
LAST_MODIFIED_BYThe user who last modified the file content.
LAST_PRINTEDThe date and time the file content was last printed.
MODIFIEDThe date and time the file was last changed.
REVISIONThe 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.
SUBJECTThe topic of the file content.
TITLEThe name given to the file and its content.
VERSIONThe version number of the file.
Inheritance Hierarchy

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

See Also

Reference

ImageGear.Formats Namespace