←Select platform

PointToDocument Method

Summary

Converts a point from pixels to document units.

Syntax
C#
VB
C++
Java
public LeadPointD PointToDocument( 
   LeadPoint value 
) 
Public Function PointToDocument( 
   ByVal value As LeadPoint 
) As LeadPointD 
public:  
   LeadPointD^ PointToDocument( 
      LeadPoint^ value 
   ) 
public LeadPointD pointToDocument(LeadPoint value) 

Parameters

value

Source value in pixels.

Return Value

The converted value in document units.

Remarks

This method PixelsToDocument with the resolution value stored in DocumentPages.DefaultResolution.

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.