CellMaintenance property (ILEADContainerViewerProperties)
CellsMaintenanceConstants CellMaintenance | |
Overview |
Refer to Using the Image Viewer |
Remarks
(Medical Imaging Suite) Gets or sets a value that indicates whether to maintain, if possible, cell size or cell position. Possible values are:
Value |
Meaning |
CONVIEW_CELLSMAINTENANCE_SIZE |
[0x00000000] Maintain the cell size, if possible. This is the default. |
CONVIEW_CELLSMAINTENANCE_POS |
[0x00000001] Maintain the cell position. |
To set or get container properties, use SetContainerProperties and GetContainerProperties methods.
See Also