In This Topic
Gets the size of a page specified by the page index. The size is in document coordinates (i.e. does not depend on the current zoom factor).
Syntax
'Declaration
Public Function GetPageSize( _
ByVal As Integer _
) As SizeF
public SizeF GetPageSize(
int
)
Parameters
- pageIdx
- 0-based page index.
Return Value
SizeF structure representing the specified page size.
See Also