Accusoft.PdfXpress7.Net
GetInfo(Int32,PdfCoordinateSystem) Method




A zero-based index that identifies a page in the PDF document.
The target coordinate system. This value may be either DefaultUserSpace or RotatedCroppedUserSpace. The dimensions expressed in the PageInfo object returned will be in units of the chosen coordinate system.
Gets information about an existing page in a PDF document, relative to the chosen coordinate system.
Syntax
'Declaration
 
Public Overloads Function GetInfo( _
   ByVal pageNumber As Integer, _
   ByVal coordinateSystem As PdfCoordinateSystem _
) As PageInfo
'Usage
 
Dim instance As Document
Dim pageNumber As Integer
Dim coordinateSystem As PdfCoordinateSystem
Dim value As PageInfo
 
value = instance.GetInfo(pageNumber, coordinateSystem)
public: PageInfo* GetInfo( 
   int pageNumber,
   PdfCoordinateSystem coordinateSystem
) 
public:
PageInfo^ GetInfo( 
   int pageNumber,
   PdfCoordinateSystem coordinateSystem
) 

Parameters

pageNumber
A zero-based index that identifies a page in the PDF document.
coordinateSystem
The target coordinate system. This value may be either DefaultUserSpace or RotatedCroppedUserSpace. The dimensions expressed in the PageInfo object returned will be in units of the chosen coordinate system.

Return Value

A PageInfo instance, expressed in the chosen coordinate system.
See Also

Reference

Document Class
Document Members
Overload List

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback