Class EnumeratedDescriptorStructure
Contents
[
Hide
]EnumeratedDescriptorStructure class
The enumerated descriptor structure.
public class EnumeratedDescriptorStructure : OSTypeStructure
Constructors
Name | Description |
---|---|
EnumeratedDescriptorStructure(ClassID, ClassID, ClassID) | Initializes a new instance of the EnumeratedDescriptorStructure class. |
Properties
Name | Description |
---|---|
EnumName { get; set; } | Gets or sets the enum name. |
override Key { get; } | Gets the key. |
KeyName { get; set; } | Gets or sets the key name. |
override Length { get; } | Gets the OSTypeStructure length in bytes. |
TypeID { get; set; } | Gets or sets the type ID. |
Methods
Name | Description |
---|---|
virtual GetHeaderLength() | Gets the header length. |
Save(StreamContainer) | Saves the structure to the specified stream container. |
SaveWithoutKeyName(StreamContainer) | Saves the structure to the specified stream container. |
Fields
Name | Description |
---|---|
const StructureKey | The enumerated descriptor key. |
See Also
- class OSTypeStructure
- namespace Aspose.PSD.FileFormats.Psd.Layers.LayerResources.TypeToolInfoStructures
- assembly Aspose.PSD