This class represents the web capture command dictionary. This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 357, page 624.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 393, page 804.

This class is always an indirect object because SourceInformationElement.EntryC and WebCaptureInformationElement.EntryC require it to be so.

A web capture command dictionary records the parameters of a single web capture operation: the requested URL, retrieval settings, and response content type.

The URL entry holds the requested URL. The L entry gives the link depth followed. The F entry holds command flags controlling spider behaviour.

The P entry holds an array of web capture command settings dictionaries recording global capture settings. The CT entry records the MIME content type of the response.

The H entry holds the HTTP request headers sent. The S entry holds source information dictionaries for all content retrieved by this command.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.WebCaptureCommandElement

 

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

 

   
   
Property
Description
EntryURL Represents the "URL" entry of the web capture command dictionary object.
EntryL Represents the "L" entry of the web capture command dictionary object.
EntryF Represents the "F" entry of the web capture command dictionary object.
EntryP Represents the "P" entry of the web capture command dictionary object.
EntryCT Represents the "CT" entry of the web capture command dictionary object.
EntryH Represents the "H" entry of the web capture command dictionary object.
EntryS Represents the "S" entry of the web capture command dictionary object.
inherited properties...