←Select platform

DocumentToPixels Method

Summary

Converts a value from document units to pixels.

Syntax
C#
VB
C++
Java
public static int DocumentToPixels( 
   double resolution, 
   double value 
) 
Public Shared Function DocumentToPixels( 
   ByVal resolution As Double, 
   ByVal value As Double 
) As Integer 
public:  
   static int DocumentToPixels( 
      double resolution, 
      double value 
   ) 
public static int documentToPixels(double resolution, double value) 

Parameters

resolution

The resolution to use.

value

Source value to convert in document units.

Return Value

The converted value in pixels.

Remarks

For more information, refer to Document Library Coordinate System.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.