Click or drag to resize

PdfiumFPDFPageObj_GetBBox(IntPtr, FS_MATRIX, Int32, Int32, Int32, Int32) 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 int left,
	out int top,
	out int right,
	out int 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  Int32
Pointer to a value receiving the left of a rectangle (in points).
top  Int32
Pointer to a value receiving the bottom of a rectangle (in points).
right  Int32
Pointer to a value receiving the right of a rectangle (in points).
bottom  Int32
Pointer to a value receiving the top of a rectangle (in points).
See Also