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
)
Public Sub SetEmbedImages (
embed_images As Boolean
)
public:
virtual void SetEmbedImages(
[InAttribute] bool embed_images
) sealed
function SetEmbedImages(embed_images);
Parameters
- embed_images
- Type: SystemBoolean
If true, images will be embedded. Default is false.
See Also