SvgSaveOptions.SvgImageSavingInfo

Inheritance: java.lang.Object, com.aspose.pdf.SaveOptions.ResourceSavingInfo

public static class SvgSaveOptions.SvgImageSavingInfo extends SaveOptions.ResourceSavingInfo

This class represents set of data that related to external resource image file’s saving during PDF to HTML conversion.

Constructors

ConstructorDescription
SvgImageSavingInfo()creates new instance of HtmlImageSavingInfo

Methods

MethodDescription
getImageType()represent type os saved image referenced in HTML.
setImageType(int imageType)represent type os saved image referenced in HTML.

SvgImageSavingInfo()

public SvgImageSavingInfo()

creates new instance of HtmlImageSavingInfo

getImageType()

public int getImageType()

represent type os saved image referenced in HTML. Set by converter and can be used in custom code to decide what should be done

Returns: int - SvgExternalImageType element

setImageType(int imageType)

public void setImageType(int imageType)

represent type os saved image referenced in HTML. Set by converter and can be used in custom code to decide what should be done

Parameters:

ParameterTypeDescription
imageTypeintSvgExternalImageType element