Table of Contents
AcmBorder Constructor (Single)

Creates a new instance of the AcmBorder class using solid black lines with the specific width on all sides.

Syntax
 public AcmBorder(
   float width
);

Parameters

width
Border width in inches.
Remarks

This constructor creates an AcmBorder object, using solid black line with the specified width on all four sides.

See Also