mapResolutions Method

Summary

Update this mapper with the specified DPI values.

Syntax

JavaScript Syntax
AnnContainerMapper.prototype.mapResolutions = function(sourceDpiX, sourceDpiY, targetDpiX, targetDpiY) 
TypeScript Syntax
mapResolutions(sourceDpiX: number, sourceDpiY: number, targetDpiX: number, targetDpiY: number): void; 

Parameters

sourceDpiX

Horizontal source (screen) DPI.

sourceDpiY

Vertical source (screen) DPI.

targetDpiX

Horizontal target (image) DPI.

targetDpiY

Vertical target (image) DPI.

Requirements

Target Platforms

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

Leadtools.Annotations.Core Assembly