[]
Initializes a new instance of PageDrawingDevice with the specified rendering parameters.
public PageDrawingDevice(ITextLayoutService textLayout, DrawCanvas page, TextAlignment captionAlignment, Font font, Color color, Direction direction, RectangleF bounds)
| Type | Name | Description |
|---|---|---|
| ITextLayoutService | textLayout | The text layout service for measuring and rendering text. |
| DrawCanvas | page | The draw canvas to render onto. |
| TextAlignment | captionAlignment | The text alignment for captions. |
| Font | font | The font used for rendering text. |
| Color | color | The foreground color. |
| Direction | direction | The drawing direction. |
| RectangleF | bounds | The bounding rectangle for this device. |