CefPdfPrintMarginType Enumeration |
Version 130.1.90
Margin type for PDF printing.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.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