Class ClassID
Contents
[
Hide
]ClassID class
The PSD Class ID object.
public class ClassID
Constructors
| Name | Description |
|---|---|
| ClassID(byte[]) | Initializes a new instance of the ClassID class. |
| ClassID(int) | Initializes a new instance of the ClassID class. |
| ClassID(string) | Initializes a new instance of the ClassID class. |
| ClassID(uint) | Initializes a new instance of the ClassID class. |
| ClassID(byte[], bool) | Initializes a new instance of the ClassID class. |
| ClassID(string, bool) | Initializes a new instance of the ClassID class. |
Properties
| Name | Description |
|---|---|
| Bytes { get; } | Gets the bytes representing class ID. |
| ClassName { get; } | Gets the class name as ASCII encoding. |
| Length { get; } | Gets the class ID length in bytes. |
Methods
| Name | Description |
|---|---|
| Save(StreamContainer) | Saves the class information to the specified stream container. |
See Also
- namespace Aspose.PSD.FileFormats.Psd.Layers.LayerResources
- assembly Aspose.PSD