ReflowSetHideImagesUnderText Method |
Determines whether to hide images that are covered by text. Default is false.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetHideImagesUnderText(
bool hide_images_under_text
)
Public Sub SetHideImagesUnderText (
hide_images_under_text As Boolean
)
public:
virtual void SetHideImagesUnderText(
[InAttribute] bool hide_images_under_text
) sealed
function SetHideImagesUnderText(hide_images_under_text);
Parameters
- hide_images_under_text
- Type: SystemBoolean
if true, images that are covered by text will not be included in the output HTML
See Also