PdfDocument.PieceInfo Property
In This Article
Provides access to the page-piece dictionary associated with the document.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public IDictionary<string, PdfPieceInfoEntry> PieceInfo { get; }
#Property Value
Type | Description |
---|---|
IDictionary<String, DevExpress. |
A dictionary, containing the DevExpress. |
See Also