Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
Leadtools.Services.ImageProcessing.DataContracts Namespace > StatisticsInformationRequest Class : Channel Property |
[DataMemberAttribute(Name="Channel", IsRequired=true)] public RasterColorChannel Channel {get; set;}
'Declaration <DataMemberAttribute(Name="Channel", IsRequired=True)> Public Property Channel As RasterColorChannel
'Usage Dim instance As StatisticsInformationRequest Dim value As RasterColorChannel instance.Channel = value value = instance.Channel
[DataMemberAttribute(Name="Channel", IsRequired=true)] public: property RasterColorChannel Channel { RasterColorChannel get(); void set ( RasterColorChannel value); }