Click or drag to resize

PdfiumFPDFPageObj_GetBBox(IntPtr, FS_MATRIX, Single, Single, Single, Single) Method

Get page object bounding box.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFPageObj_GetBBox(
	IntPtr page_obj,
	FS_MATRIX pMatrix,
	out float left,
	out float top,
	out float right,
	out float bottom
)

Parameters

page_obj  IntPtr
Handle to a page object. Returned by FPDFPageObj_Create(PageObjectTypes) or FPDFPage_GetObject(IntPtr, Int32)
pMatrix  FS_MATRIX
Modify box before return. Can be null
left  Single
Pointer to a value receiving the left of a rectangle (in points).
top  Single
Pointer to a value receiving the bottom of a rectangle (in points).
right  Single
Pointer to a value receiving the right of a rectangle (in points).
bottom  Single
Pointer to a value receiving the top of a rectangle (in points).
See Also