_Document.ReadingLayoutSizeY Property

Definition

Returns or sets an Integer that represents the height of pages in a document when it is displayed in reading layout view and is frozen for entering handwritten markup.

public:
 property int ReadingLayoutSizeY { int get(); void set(int value); };
public int ReadingLayoutSizeY { get; set; }
member this.ReadingLayoutSizeY : int with get, set
Public Property ReadingLayoutSizeY As Integer

Property Value

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.

Applies to