Share via


PrintableRect Object Members

Publisher Developer Reference

Represents the sheet area within which the specified printer will print. The printable rectangle is determined by the printer based on the sheet size specified. The printable rectangle of the printer sheet should not be confused with the area within the margins of the publication page; it may be larger or smaller than the publication page.

Properties

  Name Description
Aa438733.properties(en-us,office.12).gif Application Used without an object qualifier, this property returns an Application object that represents the current instance of Publisher. Used with an object qualifier, this property returns an Application object that represents the creator of the specified object. When used with an OLE Automation object, it returns the object's application.
Aa438733.properties(en-us,office.12).gif Height Returns a Single that represents the height, in points, of the page (for the ReaderSpread object) or the printable rectangle (for the PrintablePect object). Read-only.
Aa438733.properties(en-us,office.12).gif Left Returns a Single indicating the distance (in points) from the left edge of the printer sheet to the left edge of the printable rectangle. Read-only.
Aa438733.properties(en-us,office.12).gif Parent Returns an object that represents the parent object of the specified object. For example, for a TextFrame object, returns a Shape object representing the parent shape of the text frame. Read-only.
Aa438733.properties(en-us,office.12).gif Top Returns the a Single that represents the distance (in points) from the top edge of the printer sheet to the top edge of the printable rectangle. Read-only.
Aa438733.properties(en-us,office.12).gif Width Returns a Single that represents the width, in points, of the page (for the ReaderSpread object) or the printable rectangle (for the PrintableRect object). Read-only.