HtmlOptions data structure inherits RenderOptions and used as part of ViewOptions data structure.
HtmlOptions example { "ExternalResources": false, "ResourcePath": "string", "IsResponsive": true } HtmlOptions fields Name Description RenderOptions fields ImageOptions inherits all properties of RenderOptions ExternalResources Controls output HTML document resources (styles, images and fonts) linking. By default this option is disabled and all the resources are embedded into HTML document. ResourcePath Path for the HTML resources (styles, images and fonts)....resource path is the {page-number} and {resource-name} templates...will be replaced with page number and resource name accordingly...