Error processing SSI file
LEADTOOLS Medical

Show in webframe

DisplayHeight Property






Sets the display height of the annotations in pixels
Syntax
public int DisplayHeight {get; set;}
'Declaration
 
Public Property DisplayHeight As Integer
'Usage
 
Dim instance As DicomAnnotationsUtilities
Dim value As Integer
 
instance.DisplayHeight = value
 
value = instance.DisplayHeight

            

            
public:
property int DisplayHeight {
   int get();
   void set (    int value);
}

Property Value

The display height of the annotations in pixels.
Remarks
Set this member to define display height in pixels of the DICOM annotations. This may be used along with DisplayWidth when calling ToAnnObject(DicomAnnotationObject) to convert DICOM annotations to LEAD annotations. This member is used only when Leadtools.Dicom.DicomGraphicObject.Units is Leadtools.Dicom.DicomAnnotationUnitsRelativityType.Display or when Leadtools.Dicom.DicomTextObject.BoundingBoxUnits is Leadtools.Dicom.DicomAnnotationUnitsRelativityType.Display. In all other cases, it is ignored.
Example
For an example, refer to FromAnnContainerToDataSet(DicomDataSet,AnnContainer).
Requirements

Target Platforms

See Also

Reference

DicomAnnotationsUtilities Class
DicomAnnotationsUtilities Members

Error processing SSI file
   Leadtools.Dicom.Annotations.Core requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features