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