Lists all Photoshop Layer Info tag identifiers.
Syntax
'Declaration
Public Enum ImGearPhotoshopLayerInfoTagIDs
Inherits System.Enum
public enum ImGearPhotoshopLayerInfoTagIDs : System.Enum
__value public enum ImGearPhotoshopLayerInfoTagIDs : public System.Enum
public enum class ImGearPhotoshopLayerInfoTagIDs : public System.Enum
Members
Member | Description |
BlendingRanges | Photoshop layer blending ranges. |
BlendModeKey | Photoshop layer blend mode key. |
BlendModeSignature | Photoshop layer blend mode signature. |
ChannelCount | Photoshop layer channel count. |
ChannelID | Photoshop layer channel ID. |
Clipping | Photoshop layer clipping. |
ExtraData | Photoshop layer extra data. |
Flags | Photoshop layer flags. |
FORMAT | Photoshop layer info metadata format identifier. |
MaskData | Photoshop layer mask data. |
Name | Photoshop layer Name. |
Opacity | Photoshop layer opacity. |
Rectangle | Photoshop layer rectangle. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Formats.ImGearPhotoshopLayerInfoTagIDs
See Also