DataFormats.Tiff 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
規定標籤影像檔案格式(TIFF)資料格式。
public: static initonly System::String ^ Tiff;
public static readonly string Tiff;
staticval mutable Tiff : string
Public Shared ReadOnly Tiff As String
欄位值
備註
TIFF 是一種標準檔案格式,常用於掃描、儲存及交換灰階圖形影像。
此欄位由 DataObject 類別及其他實作 IDataObject 介面的類別使用,以描述可用的資料格式。
使用此欄位與方法一同 SetData 將對應格式的資料加入資料物件;使用此欄位與該方法一同 GetData 取得相應格式的資料。 要檢查資料物件是否包含此格式的資料,請使用 GetDataPresent 查詢該格式的方法。