TextQuality property (ILEADContainerViewerProperties)
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