Struct FORMATETC
The FORMATETC structure is a generalized Clipboard format.
Inherited Members
      System.Object.Equals(System.Object, System.Object)
    
      System.Object.GetType()
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
      System.ValueType.Equals(System.Object)
    
      System.ValueType.GetHashCode()
    
      System.ValueType.ToString()
    
Namespace: Syncfusion.CompoundFile.DocIO.Native
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public struct FORMATETCFields
cfFormat
Particular clipboard format of interest.
Declaration
public CLIPFORMAT cfFormatField Value
| Type | 
|---|
| CLIPFORMAT | 
dwAspect
One of the DVASPECT enumeration constants that indicate how much detail should be contained in the rendering.
Declaration
public DVASPECT dwAspectField Value
| Type | 
|---|
| DVASPECT | 
lindex
Part of the aspect when the data must be split across page boundaries.
Declaration
public int lindexField Value
| Type | 
|---|
| System.Int32 | 
ptd
Pointer to a DVTARGETDEVICE structure containing information about the target device for which the data is being composed.
Declaration
public IntPtr ptdField Value
| Type | 
|---|
| System.IntPtr | 
tymed
One of the TYMED enumeration constants which indicate the type of storage medium used to transfer the object's data.
Declaration
public TYMED tymedField Value
| Type | 
|---|
| TYMED |