Back to Devexpress

PdfDocument.PieceInfo Property

officefileapi-devexpress-dot-pdf-dot-pdfdocument-5c1bc8eb.md

latest1.3 KB
Original Source

PdfDocument.PieceInfo Property

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

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public IDictionary<string, PdfPieceInfoEntry> PieceInfo { get; }
vb
Public ReadOnly Property PieceInfo As IDictionary(Of String, PdfPieceInfoEntry)

Property Value

TypeDescription
IDictionary<String, DevExpress.Pdf.PdfPieceInfoEntry>

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

|

See Also

PdfDocument Class

PdfDocument Members

DevExpress.Pdf Namespace