PageMargin.Right Property

Right Margin Spacing.Represents the attribte in schema: w:right

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "right")> _
Public Property Right As UInt32Value
    Get
    Set
'Usage
Dim instance As PageMargin
Dim value As UInt32Value

value = instance.Right

instance.Right = value
[SchemaAttrAttribute(, "right")]
public UInt32Value Right { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt64Value.

See Also

Reference

PageMargin Class

PageMargin Members

DocumentFormat.OpenXml.Wordprocessing Namespace