ReadModeInkLockDown.Height Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Virtual Page Height
Represents the following attribute in the schema: w:h
[DocumentFormat.OpenXml.SchemaAttr(23, "h")]
public DocumentFormat.OpenXml.UInt32Value Height { get; set; }
public DocumentFormat.OpenXml.UInt32Value Height { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "h")]
public DocumentFormat.OpenXml.UInt32Value? Height { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:h")]
public DocumentFormat.OpenXml.UInt32Value? Height { get; set; }
public DocumentFormat.OpenXml.UInt32Value? Height { get; set; }
member this.Height : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "h")>]
member this.Height : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:h")>]
member this.Height : DocumentFormat.OpenXml.UInt32Value with get, set
Public Property Height As UInt32Value
Property Value
Returns UInt64Value.
- Attributes
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies the height of the virtual pages which shall be used in this document. This value is specified in pixels.
This attribute shall only be used if the actualPage
attribute equals off
, 0
, or false
.
Consider a WordprocessingML document that shall be displayed using virtual pages. This state is specified using the following WordprocessingML in the document settings:
<w:readModeInkLockDown w:w="692" w:h="986" w:fontSz="95" w:actualPg="0" />
The h
attribute is equal to 986
specifying that virtual pages in this document shall be 986 pixels high.
The possible values for this attribute are defined by the ST_PixelsMeasure
simple type.