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