Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

PdfPage.PieceInfo Property

Provides access to a page-piece dictionary associated with the page.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public IDictionary<string, PdfPieceInfoEntry> PieceInfo { get; }

Property Value

Type Description
IDictionary<String, DevExpress.Pdf.PdfPieceInfoEntry>

A dictionary, containing the DevExpress.Pdf.PdfPieceInfoEntry objects, along with their String keys.

See Also