Click or drag to resize

SVGOutputOptionsSetEmbedImages Method

Sets whether to embed all images

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetEmbedImages(
	bool embed_images
)

Parameters

embed_images
Type: SystemBoolean
If true, images will be embedded. Default is false.
See Also