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




In This Topic
    ImGearNCRTagIDs Enumeration
    In This Topic
    Lists all NCR tag identifiers.
    Syntax
    'Declaration
     
    Public Enum ImGearNCRTagIDs 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearNCRTagIDs
    public enum ImGearNCRTagIDs : System.Enum 
    __value public enum ImGearNCRTagIDs : public System.Enum 
    public enum class ImGearNCRTagIDs : public System.Enum 
    Members
    MemberValueDescription
    AUTH_MAC2005Authentication Mac info.
    AUTHENTICATION2004Authentication info.
    DATA_ENDIAN2015Data endian.
    DATA_FORMAT2001Data format.
    DATA_SIZE2006Data size.
    ENCRYPTION2003Encryption info.
    ERROR2023Error info.
    FILL_ORDER2016Fill order.
    FORMAT34NCR metadata format identifier.
    GRANULARITY2017Granularity info.
    MAX_PIX_VALUE2019Max pix value.
    MIN_PIX_VALUE2018Min pix value.
    OPTIONS2002Options info.
    ORIENT2013Orientation setting.
    PMI2014Invert pixels flag.
    REAL_BPP2007Real bpp value.
    REAL_HEIGHT2011Real height.
    REAL_WIDTH2009Real width.
    RES_UNIT2022Resolution unit.
    STORE_BPP2008Store bpp.
    STORE_HEIGHT2012Store height.
    STORE_WIDTH2010Store width.
    X_RES2020Horizontal resolution.
    Y_RES2021Vertical resolution.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Formats.ImGearNCRTagIDs

    See Also