Version

Search Results

Background Property (ICanvas)

Gets or sets the background style. Syntax

Borders Property (ICanvas)

Gets or sets the style of the borders. Syntax

CreateGraphics Method

Creates the System.Drawing.Graphics object for the canvas. Syntax Return Value A System.Drawing.Graphics object that represents native graphics. Remarks This method requires the System.Security.Permissions.SecurityPermissionFlag.Infrastructure permission. If this permission is not available, this method will retur...

Height Property (ICanvas)

Gets or sets the height of the canvas. Syntax Remarks The Height class is abstract, meaning that a new instance cannot be created. Additionally, this abstract class does not have any properties aside from Height.Type. When accessing this property, the returned object should be cast to the appropriate derived type,...

Margins Property (ICanvas)

Gets or sets the spacing between elements. Syntax

Paddings Property (ICanvas)

Gets or sets the paddings between the borders and the content of an element. Syntax

Parent Property (ICanvas)

Gets the parent of the canvas element. Syntax

Width Property (ICanvas)

Gets or sets the width of the canvas. Syntax Remarks The Width class is abstract, meaning that a new instance cannot be created. Additionally, this abstract class does not have any properties aside from Width.Type. When accessing this property, the returned object should be cast to the appropriate derived type, wh...

IChain Interface

Represents a chain element. Syntax Remarks Chain elements are used to keep content elements together on page breaks.

IChain Interface Members

Public Properties Public Methods