PdfPrintSettingsMarginTop Property |
Version 81.3.100
Margin in points (1"/72). Only used if MarginType is set to Custom.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 81.3.100.0 (81.3.100.0)
Syntax public double MarginTop { get; set; }
public:
property double MarginTop {
double get ();
void set (double value);
}
Property Value
Type:
DoubleSee Also