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