TextQuality property (ILEADContainerViewerProperties)

Visual Basic example

Visual C++ example

 

Syntax

CellsTextQualityConstants TextQuality

Overview

Refer to Using the Image Viewer

Remarks

(Medical Imaging Suite) Gets or sets a value that indicates the quality of the text and whether it is anti-aliased. Possible values are:

Value

Meaning

CONVIEW_TEXTQUALITY_DEFAULT

[0x00000000] Default quality.

CONVIEW_TEXTQUALITY_DRAFT

[0x00000001] Draft quality.

CONVIEW_TEXTQUALITY_PROOF

[0x00000002] Proof quality.

CONVIEW_TEXTQUALITY_NONANTIALIASED

[0x00000003] Forces use of draft quality.

CONVIEW_TEXTQUALITY_ANTIALIASED

[0x00000004] Enables anti-aliasing for the font.

To set or get container properties, use SetContainerProperties and GetContainerProperties methods.

See Also

Elements:

IncludedParameters property, RowCount property, ColumnCount property, EmptyCellBackGroundColor property, BackGroundColor property, TextColor property, ShadowColor property, RulerInColor property, RulerOutColor property, ActiveCellBorderColor property, NonActiveCellBorderColor property, ActiveSubCellBorderColor property, DefaultCursor property, VerticalResizeCursor property, HorizontalResizeCursor property, BothResizeCursor property, AutoScroll property, RulerStyle property, CellMaintenance property, ShowFreezeText property, CellBorderStyle property.

Topics:

Image Viewer: Container Properties