DocumentBase BackgroundShape property. Gets or sets the background shape of the Document. Can be null in C#....Document doc = new Document (); Assert . IsNull ( doc . BackgroundShape...shapeRectangle = new Shape ( doc , ShapeType . Rectangle ); //...