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