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 protected abstract CefSize GetPdfPaperSize(
int deviceUnitsPerInch
)
Parameters
- deviceUnitsPerInch
- Type: SystemInt32
Return Value
Type:
CefSizeSee Also