DataFormats.Tiff 字段

定义

指定标记的图像文件格式 (TIFF) 数据格式。

public: static initonly System::String ^ Tiff;
public static readonly string Tiff;
 staticval mutable Tiff : string
Public Shared ReadOnly Tiff As String 

字段值

String

注解

TIFF 是一种标准文件格式,通常用于扫描、存储和交换灰度图形图像。

此字段由 DataObject 实现接口以描述可用数据格式的 IDataObject 类和其他类使用。

将此字段用于 SetData 将具有相应格式的数据添加到数据对象;将此字段与该方法一起使用 GetData ,以相应的格式检索数据。 若要检查数据对象是否包含此格式的数据,请使用 GetDataPresent 该方法查询格式。

适用于