| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum MedicalViewerCellImageFeatures Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[FlagsAttribute()] public enum MedicalViewerCellImageFeatures : Enum | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class MedicalViewerCellImageFeatures : public Enum | |
| Member | Description |
|---|---|
| All | Print everything. |
| Regions | Include the region when printing. |
| Annotations | Include any annotations when printing. |
| Borders | Include borders when printing. |
| Tags | Include tags when printing. |
| Rulers | Include the cell ruler when printing. To include the annotation ruler, use MedicalViewerCellImageFeatures.Annotation. |
System.Object
System.ValueType
System.Enum
Leadtools.MedicalViewer.MedicalViewerCellImageFeatures
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family