public class GfxPidgetBox : AFPObject, IDisposable;
A pidget box object draws a box with rounded corners on the page. A pidget box may explicitly specify its location on the page. Alternatively, a pidget box may be linked to a Shape bounding box. In that case, it is placed on the page so that it aligns with the bounding box. In order not to link the pidget box to a region, you must pass the value -1 to the method.
GfxPidgetBox.cs