SvgSaveOptions.SvgImageSavingInfo
Contents
[
Hide
]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
| Constructor | Description |
|---|---|
| SvgImageSavingInfo | creates new instance of HtmlImageSavingInfo |
Methods
| Method | Description |
|---|---|
| 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 |
| setImageType | represent 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.