SvgSaveOptions.SvgImageSavingInfo

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

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
SvgImageSavingInfocreates new instance of HtmlImageSavingInfo

Methods

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

SvgImageSavingInfo

public SvgImageSavingInfo()

creates new instance of HtmlImageSavingInfo

getImageType

public SvgSaveOptions.SvgExternalImageType 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: SvgExternalImageType element @see SvgExternalImageType

setImageType

represent type os saved image referenced in HTML.