[]
Represents the target device and other layout operation properties.
public struct LayoutInfo
Name | Description |
---|---|
LayoutInfo(IReport, ITargetDevice, ITextMetricsProvider) | Initializes LayoutInfo with specifies ITargetDevice and report. |
LayoutInfo(IReport, ITargetDevice, ITextMetricsProvider, LayoutNotificationCallback) | Initializes LayoutInfo with specifies ITargetDevice, Report and notification callback. |
Name | Description |
---|---|
TextMetricsProvider |
Name | Description |
---|---|
NotificationCallback | Specifies optional LayoutNotificationCallback that layout engine will call after completing laying out each page. |
Report | Specifies Report instance for which layout tree will be generated. |
TargetDevice | Specifies target device for this LayoutContext. |