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