PdfForm.PieceInfo Property
Gets a page-piece dictionary which holds private product data.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v19.1.Core.dll
Declaration
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