←Select platform

MedicalViewerCellImageFeatures Enumeration

Summary

Specifies which part of the cell or sub-cell besides the image to print.

Syntax

C#
VB
C++
[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

ValueMemberDescription
0x00000000None Nothing.
0x00000001Regions Include the region when printing.
0x00000002Annotations Include any annotations when printing.
0x00000004Borders Include borders when printing.
0x00000008Tags Include tags when printing.
0x00000010Rulers Include the cell ruler when printing. To include the annotation ruler, use MedicalViewerCellImageFeatures.Annotation.
0x0000001FAll Print everything.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly