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