Represents the current HTML rendering settings.

The properties of this object may be used to control the way that the Doc.AddImageUrl and Doc.AddImageHtml methods work.

The methods of this object operate on objects added using the the Doc.AddImageUrl and Doc.AddImageHtml methods. Some operations change the document. Others provide information about the content which has been added.

System.Object
   WebSupergoo.ABCpdf7.XHtmlOptions

 

   
   
Method Description
GetHttpStatusCode Retrieves the HTTP status code.
GetScriptReturn Retrieves the client side onload script return value.
GetTagIDs Gets an array of the HTML IDs of tagged visible items.
GetTagRects Gets an array of the locations of tagged visible items.
GetTagUntransformedRects Gets an array of the locations of tagged visible items before Doc.Transform is applied.
LinkPages Convert external links to internal links wherever possible.
PageCacheClear Clears the HTML page cache.
PageCachePurge Purges the HTML page cache.

 

   
   
Property Description
AddForms Whether form fields should be live.
AddLinks Whether hyperlinks should be live.
AddMovies Whether active content such as movies should be added.
AddTags Whether location of certain tags should be noted.
AutoTruncate Whether to automatically clip redundant content at the end of the page.
BreakMethod The page break logic for HTML.
BreakZoneSize The percentage of the current drawing area in which HTML breaks can occur.
BrowserWidth The width of the virtual browser in pixels.
ContentCount The minimum number of content items required for a page to be valid.
DeactivateWebBrowser Whether to deactivate the WebBrowser.
DoMarkup Whether HTML pages are marked up before conversion to PDF.
FontEmbed Whether fonts should be embedded rather than referenced.
FontProtection Whether fonts should be protected.
FontSubstitute Whether font substitution should be used to reduce file size.
HideBackground Whether to hide the background color of a page.
HostWebBrowser Whether to host a WebBrowser control.
HtmlCallback The multicast delegate to be called while HTML rendering is taking place.
HtmlEmbedCallback The multicast delegate to be called when embedding an object while HTML rendering is taking place.
ImageQuality The quality of compression acceptable for continuous tone images such as JPEGs.
InitialWidth The minimum width to be used for auto-sized pages.
LogonName A user name to be used for authentication.
LogonPassword A password to be used for authentication.
MakeFieldNamesUnique Whether field names should be changed to make them unique.
MaxAtomicImageSize The maximum size at which an image may be regarded as atomic.
OnLoadScript A script to be run after the page is loaded.
PageCacheEnabled Whether the page cache should be searched before rendering the page.
PageCacheExpiry The length of time that pages can be held in the cache (ms).
PageCacheSize The number of pages that can be held in the cache.
Paged Whether content should be rendered in multipaged format.
RequestMethod The request method for URL.
RetryCount The number of times a page should be retried if unavailable or invalid.
TargetLinks Whether hyperlinks should be allowed to open new windows.
Timeout The maximum amount of time allowed for obtaining a page (ms).
UseActiveX Whether to enable ActiveX.
UseJava Whether to enable Java.
UseNoCache Whether any proxy servers should re-request items of content.
UseResync Whether all items of content should be re-downloaded.
UseScript Whether to enable JavaScript and VBScript.
UseVideo Whether to enable Video.