Gets or sets the AnnUnitConverter that will be used in the AnnContainer object.
public virtual AnnUnitConverter UnitConverter { get; set; }
Public Overridable Property UnitConverter As Leadtools.Annotations.AnnUnitConverter
public:
virtual property Leadtools.Annotations.AnnUnitConverter^ UnitConverter {
Leadtools.Annotations.AnnUnitConverter^ get();
void set ( Leadtools.Annotations.AnnUnitConverter^ );
}
The AnnUnitConverter setting for this AnnContainer object.
All objects inside this container will use this unit converter when converting points, lengths, sizes, etc. from one unit to another. It is recommended that you set the DPI for this AnnUnitConverter to the same DPI as the surface to which you are drawing the container.
For an example, refer to AnnContainer.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET