HtmlSaveOptions.HtmlPageMarkupSavingInfo.HtmlHostPageNumber

HtmlSaveOptions.HtmlPageMarkupSavingInfo.HtmlHostPageNumber field

Set by converter. If set SplitToPages property, then several HTML-files(one HTML file per converted page) are created during conversion created . This property contains ordinal of saved HTML page’s file. The property can be used in logic of custom code to decide how to process or where to save HTML page and If splitting on pages turned off this value always contains ‘1’ since in such case only one big HTML page is generated for whole source document.

public int HtmlHostPageNumber;

See Also