CurvesManagerMaxChannelCount Property |
Gets the maximum channel count.
Namespace: Aspose.PSD.FileFormats.Psd.Layers.LayerResourcesAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 22.5
Syntaxpublic int MaxChannelCount { get; }
Public ReadOnly Property MaxChannelCount As Integer
Get
public:
property int MaxChannelCount {
int get ();
}
member MaxChannelCount : int with get
Property Value
Type:
Int32
The maximum channel count.
See Also