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

In This Topic
    ClipboardHtmlSupport Property (CompatibilityOptions)
    In This Topic
    Gets 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).

    Syntax
    'Declaration
     
    Public Property ClipboardHtmlSupport As Boolean
    public bool ClipboardHtmlSupport {get; set;}
    See Also