Leadtools.MedicalViewer Namespace : MedicalViewerCellImageFeatures Enumeration |
[FlagsAttribute()] public enum MedicalViewerCellImageFeatures : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum MedicalViewerCellImageFeatures Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As MedicalViewerCellImageFeatures
[FlagsAttribute()] public enum class MedicalViewerCellImageFeatures : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
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. |
System.Object
System.ValueType
System.Enum
Leadtools.MedicalViewer.MedicalViewerCellImageFeatures