CefPdfPrintMarginType Enumeration |
Version 101.0.180
Margin type for PDF printing.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 101.0.180.0 (101.0.180.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