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

PdfNames.WebCaptureContentSetsIds Property

Gets a web capture content dictionary, which maps digital identifiers (IDs) to PDF objects such as pages and forms.

Namespace: DevExpress.Pdf

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

Declaration

public IDictionary<string, PdfSpiderSet> WebCaptureContentSetsIds { get; }

Property Value

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

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

See Also