ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearCALTagIDs Enumeration




In This Topic
    ImGearCALTagIDs Enumeration
    In This Topic
    Lists all CAL tag identifiers.
    Syntax
    'Declaration
     
    Public Enum ImGearCALTagIDs 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearCALTagIDs
    public enum ImGearCALTagIDs : System.Enum 
    __value public enum ImGearCALTagIDs : public System.Enum 
    public enum class ImGearCALTagIDs : public System.Enum 
    Members
    MemberValueDescription
    DOCCLS310Document security lable.
    DSTDOCID302Destination system document identifier.
    FIGID304Figure or table identifier. This is the number by which the image page figure is referenced.
    FORMAT2CAL metadata format identifier.
    FOSIPUBID311PUBLIC identifier of an associated FOSI.
    NOTES312Notes information that is not applicable to any of the other records in the CALS raster file header.
    RDENSITY308Raster image density.
    RORIENT306Raster image orientation.
    RPELCNT307Raster image pel count.
    RTYPE305Raster data type. This is the format of raster image data that follows the header record data block in this file.
    SPECVERSION300Spec version.
    SRCDOCID301Source system document identifier.
    SRCGPH309Source system graphics filename.
    TXTFILID303Text file identifier. This record contains a string indicating the document page that this image page contains.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Formats.ImGearCALTagIDs

    See Also