menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class DocumentPropertyCollection

    Document properties enumerator.

    Inheritance
    System.Object
    DocumentPropertyCollection
    Namespace: Syncfusion.CompoundFile.XlsIO.Net
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public class DocumentPropertyCollection : Object

    Constructors

    DocumentPropertyCollection()

    Default constructor.

    Declaration
    public DocumentPropertyCollection()

    DocumentPropertyCollection(Stream)

    Initializes new instance of the enumerator.

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

    Stream to parse.

    Properties

    Sections

    Returns list lf all sections.

    Declaration
    public List<PropertySection> Sections { get; }
    Property Value
    Type
    System.Collections.Generic.List<PropertySection>

    Methods

    Serialize(Stream)

    Saves collection into stream.

    Declaration
    public void Serialize(Stream stream)
    Parameters
    Type Name Description
    System.IO.Stream stream
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved