RemoverGetPageRectangle Method (Int32, Boolean)ByteScout PDF Extractor SDK
Gets the page rectangle in PDF Points (1 Point = 1/72 in.).

Namespace:  Bytescout.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-master
Syntax

public RectangleF GetPageRectangle(
	int pageIndex,
	bool ignoreCropBox
)

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.PDFExtractor.Remover.GetPageRectangle(System.Int32,System.Boolean)"]

Implements

IBaseExtractorGetPageRectangle(Int32, Boolean)
See Also

Reference