C#
VB
C++
Specifies which part of the cell or sub-cell besides the image to print.
[FlagsAttribute()]
public enum MedicalViewerCellImageFeatures
<FlagsAttribute()>
Public Enum MedicalViewerCellImageFeatures
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
[FlagsAttribute()]
public enum class MedicalViewerCellImageFeatures : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0x00000000 | None | Nothing. |
0x00000001 | Regions | Include the region when printing. |
0x00000002 | Annotations | Include any annotations when printing. |
0x00000004 | Borders | Include borders when printing. |
0x00000008 | Tags | Include tags when printing. |
0x00000010 | Rulers | Include the cell ruler when printing. To include the annotation ruler, use MedicalViewerCellImageFeatures.Annotation. |
0x0000001F | All | Print everything. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET