API Reference

Class

HtmlResourcePipelineOptions

Namespace OfficeIMO.Html
Assembly OfficeIMO.Html
Modifiers sealed

Options controlling shared OfficeIMO HTML resource planning.

Inheritance

  • Object
  • HtmlResourcePipelineOptions

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

Properties

public Uri BaseUri { get; set; } #

Optional base URI used to resolve relative resource references.

public HtmlUrlPolicy UrlPolicy { get; set; } #

URL policy applied before resource references are reported as allowed.

public HtmlUrlPolicy ResourceUrlPolicy { get; set; } #

Optional separate policy for images, stylesheets, fonts, media, and other non-hyperlink resources. When omitted, it is derived from UrlPolicy.

public HtmlConversionLimits Limits { get; set; } #

Shared source, DOM, stylesheet, and semantic-metadata limits applied before discovery.

public Nullable<Int32> MaxResponsiveImageCandidates { get; set; } #

Maximum responsive image candidates considered per source set. Null means unbounded.

public HtmlCssMediaContext MediaContext { get; set; } #

CSS media context used when deciding whether media-gated resources are active.

public Nullable<Double> MediaWidth { get; set; } #

Optional media-query surface width in CSS pixels. When omitted, the context default is used.

public Nullable<Double> MediaHeight { get; set; } #

Optional media-query surface height in CSS pixels. When omitted, the context default is used.