DisplayHeight Property

Summary

Sets the display height of the annotations in pixels

Syntax
C#
VB
C++
public int DisplayHeight { get; set; } 
  
Public Property DisplayHeight As Integer 
public: 
property int DisplayHeight { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.