In This Topic
An unsigned integer that specifies the Windows clipboard format of the data associated with the picture. 0x0002: Specifies the format of the picture is an enhanced metafile. 0x0009: Specifies the format of the picture is a bitmap. 0xFFFF: Specifies the picture is in an unspecified format that is neither enhanced metafile nor a bitmap.
Syntax
'Declaration
Public Property cf As UShort
'Usage
Dim instance As FtCf
Dim value As UShort
instance.cf = value
value = instance.cf
public ushort cf {get; set;}
See Also