CefPdfPrintMarginType Enumeration |
Version 63.0.0
Margin type for PDF printing.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax public enum CefPdfPrintMarginType
public enum class CefPdfPrintMarginType
Members
| Member name | Value | Description |
---|
| Default | 0 |
Default margins.
|
| None | 1 |
No margins.
|
| Minimum | 2 |
Minimum margins
|
| Custom | 3 |
Custom margins.
|
See Also