DisplayWidth Property

Summary
Sets the display width of the annotations in pixels
Syntax
C#
VB
C++
public int DisplayWidth { get; set; } 
  
Public Property DisplayWidth As Integer 
public: 
property int DisplayWidth { 
   int get(); 
   void set (    int ); 
} 

Property Value

The display width of the annotations in pixels.

Remarks

Set this member to define display width in pixels of the DICOM annotations. This may be used along with DisplayHeight 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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Annotations Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.