←Select platform

Mapper Property

Summary

The AnnContainerMapper to use during the conversion.

Syntax
C#
VB
C++
public AnnContainerMapper Mapper { get; set; } 
Public Property Mapper() As AnnContainerMapper 
   Get 
   Set 
public:  
   property AnnContainerMapper^ Mapper 
   { 
      AnnContainerMapper^ get() 
      void set(AnnContainerMapper^ value) 
   } 

Property Value

The AnnContainerMapper to use during the conversion. Must not be null.

Remarks

The mapper is used during the conversion to convert units (pixels to/from inches) and font sizes (points to/from annotations units).

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.

Leadtools.Annotations.Engine Assembly