BaseRendererGetPageRectangle Method (Int32, Boolean)
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Gets the page rectangle in PDF Points (1 Point = 1/72 in.).
Namespace:Bytescout.PDFRendererAssembly: Bytescout.PDFRenderer (in Bytescout.PDFRenderer.dll) Version: 13.4.0.4759-master
Syntax
Parameters
- pageIndex
- Type: SystemInt32
Page index. - ignoreCropBox
- Type: SystemBoolean
If true, the method will return full size of the page ignoring the cropping rectangle set by document author.
Return Value
Type: RectangleF[Missing <returns> documentation for "M:Bytescout.PDFRenderer.BaseRenderer.GetPageRectangle(System.Int32,System.Boolean)"]
Implements
IBaseRendererGetPageRectangle(Int32, Boolean)See Also