PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.6 Assembly / C1.Win.C1Preview Namespace / CompatibilityOptions Class
Properties Methods


In This Topic
    CompatibilityOptions Class Members
    In This Topic

    The following tables list the members exposed by CompatibilityOptions.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether CF_HTML clipboard format is provided when copying selection to clipboard (along with plain text which is provided regardless).

    This option is true by default, which allows to preserve some formatting in the pasted text to applications that recognize the CF_HTML format. (How much of the original formatting is preserved depends on the application.)

    Turn this option off to only copy plain text to clipboard (as in versions prior to 2013v1).

     
    Public PropertyGets 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 PropertyGets 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 PropertyGets or sets a value indicating whether C1PreviewPane should use legacy method to draw mouse tracks on rulers if C1PreviewPane.TrackMousePosition is true. The default value is false.  
    Public PropertyGets or sets a value indicating whether C1PreviewPane should use legacy method to draw shadows around pages. The default value is false.  
    Top
    Public Methods
     NameDescription
    Public MethodCopies properties from another object into this object.  
    Public MethodResets properties of this object to default values.  
    Public MethodGets a value indicating whether any properties on the current object have non-default values.  
    Top
    See Also