←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 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.

Requirements

Target Platforms

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