Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DataFormatOptions Properties

Contains settings related to the Clipboard operations with different document formats.
Name Description
AllowHtml Gets or sets whether to copy or paste HTML content.
AllowImage Gets or sets whether to copy or paste images.
AllowMetafile Gets or sets whether to copy or paste metafiles.
AllowPlainText Gets or sets whether to copy or paste plain text data.
AllowRtf Gets or sets whether to copy or paste RTF content.
HtmlImagePath Gets or sets a path to the image files linked as pictures in the copied-and-pasted document content.
HtmlImageSourceType Specifies how images are included in the HTML content of the Clipboard.
See Also