ContentPositionLoadFromClipboard Method (LoadOptions) |
Namespace: GemBox.Document
Exception | Condition |
---|---|
ArgumentException | LoadOptions type derivation supplied inside listOfOptions is not supported for this operation. Use one of the supported derivations: RtfLoadOptions, HtmlLoadOptions and TxtLoadOptions |
Applications which load data from clipboard should try to load it using the richest text format it supports.
Following LoadOptions type derivations can be used: RtfLoadOptions, HtmlLoadOptions and TxtLoadOptions. If no LoadOptions is specified, content is loaded using first supported LoadOptions type derivation which successfully completed, trying in following order: RtfLoadOptions -> HtmlLoadOptions -> TxtLoadOptions.