API Reference
Struct
HtmlRenderMargins
Immutable HTML render margins measured in CSS pixels.
Inheritance
- ValueType
- HtmlRenderMargins
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property EmailImageExportOptions.Margins
- Method HtmlRenderMargins.All
- Property HtmlRenderOptions.Margins
Accepted by parameters
- Method HtmlRenderMargins.Equals
- Method HtmlRenderMargins.op_Equality
- Method HtmlRenderMargins.op_Equality
- Method HtmlRenderMargins.op_Inequality
- Method HtmlRenderMargins.op_Inequality
Constructors
public HtmlRenderMargins(Double left, Double top, Double right, Double bottom) #Creates page or continuous-surface margins.
Parameters
- left System.Double
- top System.Double
- right System.Double
- bottom System.Double
Methods
public static HtmlRenderMargins All(Double value) #Returns:
HtmlRenderMarginsCreates equal margins on every side.
Parameters
- value System.Double
Equals 2 overloads
public static Boolean op_Equality(HtmlRenderMargins left, HtmlRenderMargins right) #Returns:
BooleanEquality operator.
Parameters
- left OfficeIMO.Html.HtmlRenderMargins
- right OfficeIMO.Html.HtmlRenderMargins
public static Boolean op_Inequality(HtmlRenderMargins left, HtmlRenderMargins right) #Returns:
BooleanInequality operator.
Parameters
- left OfficeIMO.Html.HtmlRenderMargins
- right OfficeIMO.Html.HtmlRenderMargins