PhflResourceVersion2ComponentB Property |
Gets or sets the B component
Namespace: Aspose.PSD.FileFormats.Psd.Layers.LayerResourcesAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 22.5
Syntaxpublic short ComponentB { get; set; }
Public Property ComponentB As Short
Get
Set
public:
property short ComponentB {
short get ();
void set (short value);
}
member ComponentB : int16 with get, set
Property Value
Type:
Int16
The B component.
Exceptions
See Also