Share via


W.h Field

Definition

Represents the w:h XML attributes.

public static readonly System.Xml.Linq.XName h;
 staticval mutable h : System.Xml.Linq.XName
Public Shared ReadOnly h As XName 

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: framePr, pgSz, readModeInkLockDown.
  • corresponds to the following strongly-typed properties: FrameProperties.Height, PageSize.Height, ReadModeInkLockDown.Height.

Applies to