PdfPrintSettingsMarginRight Property |
Version 55.0.0
Margin in millimeters. Only used if MarginType is set to Custom.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax public double MarginRight { get; set; }
public:
property double MarginRight {
double get ();
void set (double value);
}
Property Value
Type:
DoubleSee Also