The MedicalViewerCellImageFeatures Enumeration is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
Specifies which part of the cell or sub-cell besides the image to print.Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum MedicalViewerCellImageFeatures Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MedicalViewerCellImageFeatures |
C# | |
---|---|
[FlagsAttribute()] public enum MedicalViewerCellImageFeatures : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class MedicalViewerCellImageFeatures : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
All | Print everything. |
Annotations | Include any annotations when printing. |
Borders | Include borders when printing. |
None | Nothing. |
Regions | Include the region when printing. |
Rulers | Include the cell ruler when printing. To include the annotation ruler, use MedicalViewerCellImageFeatures.Annotation. |
Tags | Include tags when printing. |
System.Object
System.ValueType
System.Enum
Leadtools.MedicalViewer.MedicalViewerCellImageFeatures
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7