CefPdfPrintMarginType Enumeration |
Version 118.6.80
Margin type for PDF printing.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
Syntax public enum CefPdfPrintMarginType
public enum class CefPdfPrintMarginType
Members
| Member name | Value | Description |
---|
| Default | 0 |
Default margins of 1cm (~0.4 inches)
|
| None | 1 |
No margins.
|
| Custom | 2 |
Custom margins.
|
See Also