GridAndGuidesResouce Class |
Namespace: Aspose.CAD.FileFormats.Psd.Resources
The GridAndGuidesResouce type exposes the following members.
| Name | Description | |
|---|---|---|
| GridAndGuidesResouce |
Initializes a new instance of the GridAndGuidesResouce class.
|
| Name | Description | |
|---|---|---|
| DataSize |
Gets the resource data size in bytes.
(Overrides ResourceBlockDataSize.) | |
| GridCycleX |
Gets or sets the horizontal grid cycle. The default is 576.
| |
| GridCycleY |
Gets or sets the vertical grid cycle. The default is 576.
| |
| GuideCount |
Gets the guide resource blocks count.
| |
| Guides |
Gets or sets the guides.
| |
| HeaderVersion |
Gets or sets the header version. This value should be always 1.
| |
| ID |
Gets or sets the unique identifier for the resource.
(Inherited from ResourceBlock.) | |
| MinimalVersion |
Gets the minimal required psd version.
(Overrides ResourceBlockMinimalVersion.) | |
| Name |
Gets or sets the resource name. Pascal string, padded to make the size even (a null name consists of two bytes of 0).
(Inherited from ResourceBlock.) | |
| Signature |
Gets the resource signature. Should be always '8BIM'.
(Inherited from ResourceBlock.) | |
| Size |
Gets the resource block size in bytes including its data.
(Inherited from ResourceBlock.) |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| Save |
Saves the resource block to the specified stream.
(Inherited from ResourceBlock.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| ValidateValues |
Validates the resource values.
(Inherited from ResourceBlock.) |