Description

Page orientation. Valid values are: Portrait = 1, Landscape = 2. DATATYPE: Integer.

Property Type

  • Read-write property

Syntax

Public Property PageOrientation() As Variant

Example

Dim MySubModel As SubModel
Dim PageOrient As Integer
PageOrient = 1
MySubModel.PageOrientation = PageOrient