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