[]
Represents toolbars used by the preview control.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class C1PrintPreviewControl.PreviewToolBars
| Name | Description |
|---|---|
| File | Gets the File toolbar. |
| Navigation | Gets the Navigation toolbar. |
| Owner | Gets the owner of the toolbars. |
| Page | Gets the Page toolbar. |
| Search | Gets the search toolbar. |
| Text | Gets the Text toolbar. |
| Zoom | Gets the Zoom toolbar. |
| Name | Description |
|---|---|
| ResetFile() | Resets the File property to its default value. |
| ResetNavigation() | Resets the Navigation property to its default value. |
| ResetPage() | Resets the Page property to its default value. |
| ResetSearch() | Resets the Search property to its default value. |
| ResetText() | Resets the Text property to its default value. |
| ResetZoom() | Resets the Zoom property to its default value. |
| ShouldSerializeFile() | Indicates whether the File property should be persisted. |
| ShouldSerializeNavigation() | Indicates whether the Navigation property should be persisted. |
| ShouldSerializePage() | Indicates whether the Page property should be persisted. |
| ShouldSerializeSearch() | Indicates whether the Search property should be persisted. |
| ShouldSerializeText() | Indicates whether the Text property should be persisted. |
| ShouldSerializeZoom() | Indicates whether the Zoom property should be persisted. |