PageSetup Object

ClosedDescription

The PageSetup object is used to access the page setup properties of the Format object.

ClosedProperties

Name

Description

LabelColumns

Returns the number of columns on each page of printer stock. Read-only.

LabelCorners

Returns whether the corners of the item on your stock are rounded or square. Read-only.

LabelHeight

Returns the item's height in the units specified. Read-only.

LabelHole

Returns True when the item has a hole; otherwise, returns False. Read-only.

LabelHoleDiameter

Returns the diameter of the item's hole in the units specified. Read-only.

LabelRows

Returns the number of rows of items on each page of printer stock. Read-only.

LabelShape

Returns the basic shape of the item, either rectangular or elliptical. Read-only.

LabelSizeManual

Returns True if the dimensions of the item are set manually; otherwise, returns False. Read-only.

LabelWidth

Returns the item's width in the units specified. Read-only.

MarginBottom

Returns the size of the bottom margin of the page, in the units specified. Read-only.

MarginLeft

Returns the size of the left margin of the page, in the units specified. Read-only.

MarginRight

Returns the size of the right margin of the page, in the units specified. Read-only.

MarginTop

Returns the size of the top margin of the page, in the units specified. Read-only.

Orientation

Returns the orientation of the page, either portrait or landscape. Read-only.

PaperHeight

Returns the height of the paper stock in the units specified. Read-only.

PaperID

Returns the page size ID. Read-only.

PaperName

Returns the page size, such as A4 or Letter. Read-only.

PaperWidth

Returns the width of the paper stock in the units specified. Read-only.

StartingCorner

Returns the starting corner on a page with multiple rows and/or columns. Read-only.

StartingPositionDirection

Returns the starting position direction on a document with multiple columns and/or rows. Read-only.

StockCategory

Returns the name of the stock category, typically a manufacturer of printer stock. Read-only.

StockType

Returns the name of the stock type. Typically, this is the stock manufacturer's model and size name for the stock. Read-only.

Valid

Returns True when there are no inconsistencies in the page setup properties. Read-only.

Related Topics