Document.PaperHeight Property
Visio Automation Reference |
Returns the height of a document's printed page. Read-only.
Version Information
Version Added: Visio 4.5
Syntax
expression.PaperHeight(UnitsNameOrCode)
expression A variable that represents a Document object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
UnitsNameOrCode | Required | Variant | The units to use when retrieving the paper height. |
Return Value
Double
Remarks
The PaperHeight property value can be a string such as "inches", "inch", "in.", or "i". Strings may be used for all supported Microsoft Office Visio units such as centimeters, meters, miles, and so on. You can also use any of the unit constants declared by the Visio type library in VisUnitCodes.
See Also