menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Struct FORMATETC - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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 FORMATETC

    Fields

    cfFormat

    Particular clipboard format of interest.

    Declaration
    public CLIPFORMAT cfFormat
    Field Value
    Type
    CLIPFORMAT

    dwAspect

    One of the DVASPECT enumeration constants that indicate how much detail should be contained in the rendering.

    Declaration
    public DVASPECT dwAspect
    Field Value
    Type
    DVASPECT

    lindex

    Part of the aspect when the data must be split across page boundaries.

    Declaration
    public int lindex
    Field 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 ptd
    Field 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 tymed
    Field Value
    Type
    TYMED
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved