Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfForm.PieceInfo Property

Gets a page-piece dictionary which holds private product data.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v20.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

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

Property Value

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

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

See Also