PdfPrintSettingsMarginTop Property |
Version 73.1.130
Margin in millimeters. Only used if MarginType is set to Custom.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 73.1.130.0 (73.1.130.0)
Syntax public double MarginTop { get; set; }
public:
property double MarginTop {
double get ();
void set (double value);
}
Property Value
Type:
DoubleSee Also