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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected abstract CefSize GetPdfPaperSize(
	int deviceUnitsPerInch
)

Parameters

deviceUnitsPerInch
Type: SystemInt32

Return Value

Type: CefSize
See Also