This class represents the web capture content set. This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 352, page 621.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 388, page 801.

A web capture content set dictionary describes a set of related PDF objects captured from web content, recording the content type, source URL, and capture metadata.

The S entry names the content set type: SPS for a spider page set or SIS for a spider image set. The type determines which additional entries are present.

The ID entry uniquely identifies the content set within the document. The O entry holds an array of indirect references to the captured page or image objects.

The SI entry holds source information dictionaries describing the source URLs. The CT and TS entries record the MIME type and capture timestamp.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.WebCaptureContentSetElement
          WebSupergoo.ABCpdf14.Elements.WebCaptureImageSetElement
          WebSupergoo.ABCpdf14.Elements.WebCapturePageSetElement

 

   
   
Method
Description
WebCaptureContentSetElement Create a new WebCaptureContentSetElement.
inherited methods...

 

   
   
Property
Description
EntryType Represents the "Type" entry of the web capture content set object.
EntryS Represents the "S" entry of the web capture content set object.
EntryID Represents the "ID" entry of the web capture content set object.
EntryO Represents the "O" entry of the web capture content set object.
EntrySI Represents the "SI" entry of the web capture content set object.
EntryCT Represents the "CT" entry of the web capture content set object.
EntryTS Represents the "TS" entry of the web capture content set object.
inherited properties...