HtmlObjectBaseRepeatHttpHeaders Property
This property controls if the headers defined by the
HttpHeaders property are also used when accessing the resources referenced by the
web page, not only when accessing the web page in this HTML object. The default value is true and the headers are repeated when accessing the referenced resources
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public bool RepeatHttpHeaders { get; set; }
Public Property RepeatHttpHeaders As Boolean
Get
Set
public:
property bool RepeatHttpHeaders {
bool get ();
void set (bool value);
}
member RepeatHttpHeaders : bool with get, set
Property Value
Boolean