 | PdfViewerCalcActualRect Method |
Calculates the actual rectangle of the specified page in client coordinates
Namespace: Patagames.Pdf.Net.Controls.WinFormsAssembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.100.2704
Syntaxpublic Rectangle CalcActualRect(
int index
)
Public Function CalcActualRect (
index As Integer
) As Rectangle
public:
Rectangle CalcActualRect(
int index
)
member CalcActualRect :
index : int -> Rectangle public Rectangle CalcActualRect(
int index
)
function CalcActualRect(index);
Parameters
- index Int32
- Zero-based page index
Return Value
RectangleCalculated rectangle
See Also