Skip to main content

PdfNames.WebCaptureContentSetsUrls Property

Gets a web capture content dictionary which maps URLs to PDF objects such as pages and forms.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public IDictionary<string, PdfSpiderSet> WebCaptureContentSetsUrls { 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