FlowDocumentReader.IsTwoPageViewEnabled 属性

定义

获取或设置一个值,该值指示是否以查看模式提供 TwoPage

public:
 property bool IsTwoPageViewEnabled { bool get(); void set(bool value); };
public bool IsTwoPageViewEnabled { get; set; }
member this.IsTwoPageViewEnabled : bool with get, set
Public Property IsTwoPageViewEnabled As Boolean

属性值

若要指示以查看模式提供 TwoPage,则为 true;否则为 false。 默认值为 true

例外

IsPageViewEnabledIsScrollViewEnabled 都为 false 时,将此属性设置为 false

注解

必须至少启用一种查看模式。

依赖项属性信息

标识符字段 IsTwoPageViewEnabledProperty
元数据属性设置为 true

适用于

另请参阅