CefPrintHandlerGetPdfPaperSize Method |
Return the PDF paper size in device units. Used in combination with
CefBrowserHost::PrintToPDF().
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected abstract CefSize GetPdfPaperSize(
int deviceUnitsPerInch
)
Parameters
- deviceUnitsPerInch Int32
-
Return Value
CefSize
See Also