Share via


PageMargins.Right Property

Definition

Right

Represents the following attribute in the schema: r

[DocumentFormat.OpenXml.SchemaAttr(0, "r")]
public DocumentFormat.OpenXml.DoubleValue Right { get; set; }
public DocumentFormat.OpenXml.DoubleValue Right { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "r")]
public DocumentFormat.OpenXml.DoubleValue? Right { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("r")]
public DocumentFormat.OpenXml.DoubleValue? Right { get; set; }
public DocumentFormat.OpenXml.DoubleValue? Right { get; set; }
member this.Right : DocumentFormat.OpenXml.DoubleValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "r")>]
member this.Right : DocumentFormat.OpenXml.DoubleValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("r")>]
member this.Right : DocumentFormat.OpenXml.DoubleValue with get, set
Public Property Right 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 right page margin in inches.

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

Applies to