| | HideWhenStatus | |
rtPublicSession ConsoleOutput CRLF CSS_DEFAULT defaultAttachmentImage disableConsoleOutput DocumentContext HideWhenStatus HTMLConversion HTMLListMarkerType HTMLListMarkerURL PageWidth URLCommandMarker URLFormat versionInfo | version 1.5
Property Get/Set HideWhenStatus As Long Your code will probably run in a background or web agent thread, but you may need to obtain the HTML presentation with a particular and different set of hide-when conditions, for example to hide paragraphs from web even if the conversion code executes in background agent. For example rtLibSession.HideWhenStatus = RT_HIDE_WEB will not render any paragraph marked to be hidden from web. As an argument you can use any values available for rtParagraphstyle.HideWhen | |