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