menu

WPF

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

    Show / Hide Table of Contents

    Enum STGFMT

    The STGFMT enumeration values specify the format of a storage object and are used in the StgCreateStorageEx and StgOpenStorageEx functions in the STGFMT parameter.

    Namespace: Syncfusion.CompoundFile.XlsIO.Native
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public enum STGFMT

    Fields

    Name Description
    STGFMT_ANY

    Indicates that the system will determine the file type and use the appropriate structured storage or property set implementation.

    STGFMT_DOCFILE

    Indicates that the file must be a compound file and is similar to the STGFMT_STORAGE flag, but indicates that the compound-file form of the compound-file implementation must be used.

    STGFMT_FILE

    Indicates that the file must not be a compound file.

    STGFMT_STORAGE

    Indicates that the file must be a compound file.

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