PageSetup.Scale Property

Definition

Print Scale

Represents the following attribute in the schema: scale

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

Property Value

Returns UInt32Value.

Attributes

Applies to