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