Document.ReadingLayoutSizeX 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.
Gets or sets the width of pages in the document when it is displayed in reading layout view and is frozen for entering handwritten markup.
public:
property int ReadingLayoutSizeX { int get(); void set(int value); };
public int ReadingLayoutSizeX { get; set; }
member this.ReadingLayoutSizeX : int with get, set
Public Property ReadingLayoutSizeX As Integer
Property Value
The width of pages in the document when it is displayed in reading layout view and is frozen for entering handwritten markup.
Remarks
After setting the ReadingLayoutSizeX and ReadingLayoutSizeY properties, use the ReadingModeLayoutFrozen property to display the page using the specified height and width. Use the ReadingLayout property to display a document in reading layout view.