GridAndGuidesResouce class
GridAndGuidesResouce class
Represents the grid and guides resource.
Inheritance: GridAndGuidesResouce
→
ResourceBlock
The GridAndGuidesResouce type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Initializes a new instance of the GridAndGuidesResouce class. |
Properties
Property | Description |
---|---|
signature | Gets the resource signature. Should be always ‘8BIM’. |
id | Gets or sets the unique identifier for the resource. |
name | Gets or sets the resource name. Pascal string, padded to make the size even (a null name consists of two bytes of 0). |
data_size | Gets the resource data size in bytes. |
size | Gets the resource block size in bytes including its data. |
minimal_version | Gets the minimal required psd version. |
RESOUCE_BLOCK_SIGNATURE | The resource signature. |
guide_count | Gets the guide resource blocks count. |
header_version | Gets or sets the header version. This value should be always 1. |
grid_cycle_x | Gets or sets the horizontal grid cycle. The default is 576. |
grid_cycle_y | Gets or sets the vertical grid cycle. The default is 576. |
Methods
Method | Description |
---|---|
save | Saves the resource block to the specified stream. |
validate_values | Validates the resource values. |
See Also
- module
aspose.cad.fileformats.psd.resources
- class
GridAndGuidesResouce
- class
ResourceBlock