Links are not active on this page.
 PageWidth Property

Specifies the width of the page. Available at design time; read-only at run time.

PageFrame.PageWidth[ = nWidth]

Expand imageReturn Value

nWidth

Specifies the width of the page in the unit of measurement specified by the ScaleMode property of the form.

Expand imageRemarks

Applies To: PageFrame

The PageWidth property setting is the same as the Width property setting unless the page frame contains more than one page and the pages are stacked.

Expand imageSee Also