ClearCanvas.ImageViewer.StudyLoaders.Streaming.ImageServerFramePixelData.GetPixelData C# (CSharp) Method

GetPixelData() public method

public GetPixelData ( string &photometricInterpretation ) : byte[]
photometricInterpretation string
return byte[]
		public byte[] GetPixelData(out string photometricInterpretation)
		{
			return InternalResult.GetPixelData(out photometricInterpretation);
		}