←Select platform

PaletteType Property

Summary

Gets or sets the value representing the type of palette used to display the image.

Syntax

C#
VB
C++
public MedicalViewerPaletteType PaletteType { get; set; } 
  
Public Property PaletteType As Leadtools.Medicalviewer.MedicalViewerPaletteType 
             

Property Value

A MedicalViewerPaletteType enumeration that represents the type of the palette used to display the image.

Remarks
  • To disable using the palette, set this property to MedicalViewerPaletteType.None.
  • This works by replacing the gray intensity values stored in the image lookup table with the values stored in the selected palette.
Example

for an example, please refer to MedicalViewerPaletteType.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly