GetPaperSize Method

Gets the width and height of the configured paper.

See Also | Example

Signature

object.GetPaperSize(Width, Height)

Object

Layout, PlotConfiguration
The object or objects this method applies to.

Width

Double; output-only
The width of the paper.

Height

Double; output-only
The height of the paper.

Remarks

The units for the width and height values are specified by the PaperUnits property.

To set the paper size, use the CanonicalMediaName property.

 

   Comments?