←Select platform

UseMapper Property

Summary

Gets or sets a boolean indicating whether to use the ContainerMapper when converting a LeadPointD to a DicomAnnotationPoint.

Syntax
C#
VB
C++
public bool UseMapper { get; set; } 
Public Property UseMapper() As Boolean 
   Get 
   Set 
public:  
   property bool UseMapper 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

A boolean indicating whether to use the ContainerMapper when converting a LeadPointD to a DicomAnnotationPoint.

Remarks

If UseMapper is true, use the ContainerMapper when converting a LeadPointD to a DicomAnnotationPoint. This is the default behavior.

If UseMapper is false, use the ImageDpiX and ImageDpiY when converting a LeadPointD to a DicomAnnotationPoint.

Example

For an example, refer to DicomUidOrgRoot.

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.