PageWidth Property
Specifies the width of the page. Available at design time; read-only at run time.
PageFrame.PageWidth[ = nWidth]
Property Values
- nWidth
Specifies the width of the page in the unit of measurement specified by the ScaleMode property of the form.
Remarks
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.
See Also
PageHeight Property | Page Object | ScaleMode Property
Applies To: PageFrame