NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataFormats.TIFF

Specifies the Tagged Image File Format (TIFF), which WinForms does not directly use. This field is read-only.

[Visual Basic]
Public Shared ReadOnly TIFF As String
[C#]
public static readonly string TIFF;
[C++]
public: static readonly String* TIFF;
[JScript]
public static var TIFF : String;

Remarks

Use this field to query a DataObject for the format of data that it contains.

See Also

DataFormats Class | DataFormats Members | System.WinForms Namespace | GetData | SetData | GetDataPresent | GetFormats | DataObject | IDataObject | GetFormat | name | id