menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ClipboardData - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ClipboardData

    Represents the clipboard data.

    Inheritance
    System.Object
    ClipboardData
    Implements
    ICloneable
    Namespace: Syncfusion.CompoundFile.DocIO
    Assembly: Syncfusion.DocIO.Portable.dll
    Syntax
    public class ClipboardData : Object, ICloneable

    Constructors

    ClipboardData()

    Declaration
    public ClipboardData()

    Fields

    Data

    Clipboard data.

    Declaration
    public byte[] Data
    Field Value
    Type
    System.Byte[]

    Format

    Clipboard format.

    Declaration
    public int Format
    Field Value
    Type
    System.Int32

    Methods

    Clone()

    Createas copy of the current object.

    Declaration
    public object Clone()
    Returns
    Type Description
    System.Object

    A copy of the current object.

    Parse(Stream)

    Extracts data from the stream.

    Declaration
    public void Parse(Stream stream)
    Parameters
    Type Name Description
    System.IO.Stream stream

    Stream to get data from.

    Serialize(Stream)

    Saves clipboard data into stream.

    Declaration
    public int Serialize(Stream stream)
    Parameters
    Type Name Description
    System.IO.Stream stream

    Stream to write data into.

    Returns
    Type Description
    System.Int32

    Size of the written data.

    Implements

    ICloneable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved