_Document.ReadingLayoutSizeX 属性

定义

返回或设置一个 Integer 类型的值,该值代表文档在阅读布局视图中显示并冻结以输入手写标记时该文档页的宽度。

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

属性值

注解

设置 ReadingLayoutSizeXReadingLayoutSizeY 属性后,使用 ReadingModeLayoutFrozen 属性使用指定的高度和宽度显示页面。 使用 ReadingLayout 属性以阅读版式视图中显示文档。

适用于