Skip to main content
All docs
V26.1
  • FragmentCollection.ToFlatEnumerable() Method

    Converts a fragment collection into a flattened collection that contains all document fragments.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public IEnumerable<PageFragment> ToFlatEnumerable()

    Returns

    Type Description
    IEnumerable<PageFragment>

    A flattened collection that contains all fragments in the document.

    See Also