The CompatibilityOptions type exposes the following members.

Methods

  Name Description
Public method AssignFrom
Copies properties from another object into this object.
Public method Reset
Resets properties of this object to default values.
Public method ShouldSerialize
Gets a value indicating whether any properties on the current object have non-default values.

Properties

  Name Description
Public property DefaultSmoothingMode
Gets or sets a value indicating whether defalut System.Drawing.Drawing2D.SmoothingMode is used to draw preview pages. If this value is false (which is the default), pages are drawn using antialiased smoothing mode.
Public property HideMarginsOnSingleClick
Gets or sets a value indicating whether a single mouse click (rather than a double click) should hide/show page margins in C1PreviewPane. The default value is false.
Public property LegacyMouseTrack
Gets or sets a value indicating whether C1PreviewPane should use legacy method to draw mouse tracks on rulers if TrackMousePosition is true. The default value is false.
Public property LegacyPageBorder
Gets or sets a value indicating whether C1PreviewPane should use legacy method to draw shadows around pages. The default value is false.

See Also