layout

The layout property defines the layout of the document.

 

Syntax

System.String layout();

 

Return Value

Returns the current property value.

 

Remarks

The possible values are: SinglePage, OneColumn, TwoColumnLeft, TwoColumnRight, TwoPageLeft and TwoPageRight.

 

Member of doc.

 

Example