Share via


PageMargins.Bottom Property

Definition

Bottom

Represents the following attribute in the schema: b

[DocumentFormat.OpenXml.SchemaAttr(0, "b")]
public DocumentFormat.OpenXml.DoubleValue Bottom { get; set; }
public DocumentFormat.OpenXml.DoubleValue Bottom { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "b")]
public DocumentFormat.OpenXml.DoubleValue? Bottom { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("b")]
public DocumentFormat.OpenXml.DoubleValue? Bottom { get; set; }
public DocumentFormat.OpenXml.DoubleValue? Bottom { get; set; }
member this.Bottom : DocumentFormat.OpenXml.DoubleValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "b")>]
member this.Bottom : DocumentFormat.OpenXml.DoubleValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("b")>]
member this.Bottom : DocumentFormat.OpenXml.DoubleValue with get, set
Public Property Bottom As DoubleValue

Property Value

Returns DoubleValue.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies the contents of this attribute will contain the bottom page margin in inches.

The possible values for this attribute are defined by the XML Schema double datatype.

Applies to