Class TypeToolInfoResource
The type tool information. For PSD version lower than 6.0.
public class TypeToolInfoResource : LayerResource
Constructors
Properties
| Name | Description |
|---|
| AComponent { get; set; } | Gets or sets a component. |
| BComponent { get; set; } | Gets or sets the b component. |
| CharacterCount { get; set; } | Gets or sets the character count. |
| ColorSpaceValue { get; set; } | Gets or sets the color space value. |
| Fonts { get; set; } | Gets or sets the fonts. |
| FontsCount { get; } | Gets the fonts count. |
| FontVersion { get; set; } | Gets or sets the font version. |
| GComponent { get; set; } | Gets or sets the g component. |
| HorizontalPlacement { get; set; } | Gets or sets the horizontal placement. |
| Key { get; } | Gets the layer resource key. |
| override Length { get; } | Gets the layer resource length in bytes. |
| LineCount { get; } | Gets the line count. |
| Lines { get; set; } | Gets or sets the lines. |
| PsdVersion { get; } | Gets the minimal psd version required for layer resource. 0 indicates no restrictions. |
| RComponent { get; set; } | Gets or sets the r component. |
| ScaleFactor { get; set; } | Gets or sets the scale factor. |
| SelectionEnd { get; set; } | Gets or sets the selection end. |
| SelectionStart { get; set; } | Gets or sets the selection start. |
| virtual Signature { get; } | Gets the signature. |
| Styles { get; set; } | Gets or sets the font styles. |
| StylesCount { get; } | Gets the styles count. |
| TransformMatrix { get; set; } | Gets or sets the transform matrix. |
| TypeValue { get; set; } | Gets or sets the type value. |
| Version { get; set; } | Gets or sets the version. |
| VerticalPlacement { get; set; } | Gets or sets the vertical placement. |
Methods
| Name | Description |
|---|
| override Save(StreamContainer, int) | Saves the specified stream container. |
| override ToString() | Returns a String that represents this instance. |
See Also