ImageGear .NET - Updated
ImGearThumbnailInfoTagIDs Enumeration




ImageGear24.Core Assembly > ImageGear.Formats Namespace : ImGearThumbnailInfoTagIDs Enumeration
Lists all Photoshop Thumbnail Info tag identifiers.
Syntax
'Declaration
 
Public Enum ImGearThumbnailInfoTagIDs 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearThumbnailInfoTagIDs
public enum ImGearThumbnailInfoTagIDs : System.Enum 
__value public enum ImGearThumbnailInfoTagIDs : public System.Enum 
public enum class ImGearThumbnailInfoTagIDs : public System.Enum 
Members
MemberDescription
BITS_PER_PIXELBits per pixel.
FORMATThumbnail info metadata format identifier.
HEIGHTThumbnail height.
IMG_FORMATImage format.
OFFSETThumbnail offset.
PLANESThumbnail planes.
SIZE_COMPRESSEDSize compressed.
SIZE_TOTALSize total.
WIDTHThumbnail width.
WIDTHBYTESWidth bytes.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.ImGearThumbnailInfoTagIDs

See Also

Reference

ImageGear.Formats Namespace