←Select platform

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Click or drag to resize