XFINIUM.PDF Documentation
ConvertStandardPointToVisualPoint Method



The point in standard PDF coordinates.
Converts a point from standard PDF coordinate system (origin of coordinate system in bottom left corner of page media box) to visual coordinate system (origin of coordinate system in top left corner of visual page area).
Syntax
'Declaration
 
Public Function ConvertStandardPointToVisualPoint( _
   ByVal point As PdfPoint _
) As PdfPoint
'Usage
 
Dim instance As PdfPage
Dim point As PdfPoint
Dim value As PdfPoint
 
value = instance.ConvertStandardPointToVisualPoint(point)
public PdfPoint ConvertStandardPointToVisualPoint( 
   PdfPoint point
)
public:
PdfPoint^ ConvertStandardPointToVisualPoint( 
   PdfPoint^ point
) 

Parameters

point
The point in standard PDF coordinates.

Return Value

The point in visual coodinates.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfPage Class
PdfPage Members

Send Feedback