[C#]
static XRect MakeStandardBox(string inValue);
[Visual Basic]
Shared Function MakeStandardBox(inValue As String) As XRect
Use this method to create boxes of standard page sizes. The size of the box returned is in PDF points (1/72th of an inch). Valid values are:
An exception will be thrown if an invalid value is received.
None.