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