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