Describes options controlling how a document's content is to be printed (or previewed).

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[ToolboxItemAttribute(false)]
public class C1PrintOptions : IComponent, 
	INotifyPropertyChanged
Visual Basic
<ToolboxItemAttribute(False)> _
Public Class C1PrintOptions _
	Implements IComponent, INotifyPropertyChanged

Inheritance Hierarchy

System..::..Object
  C1.C1Preview..::..C1PrintOptions

See Also