Click or drag to resize

CefPrintHandlerGetPdfPaperSize Method

Return the PDF paper size in device units. Used in combination with CefBrowserHost::PrintToPDF().

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected abstract CefSize GetPdfPaperSize(
	int deviceUnitsPerInch
)

Parameters

deviceUnitsPerInch  Int32
 

Return Value

CefSize
See Also