Class SvgSaveOptions.SvgImageSavingInfo
SvgSaveOptions.SvgImageSavingInfo class
This class represents set of data that related to external resource image file’s saving during PDF to HTML conversion.
public class SvgImageSavingInfo : ResourceSavingInfo
Constructors
Properties
Name | Description |
---|
ResourceType { get; } | Set by converter. Supposed file name that goes from converter to code of custom method Can be use in custom code to decide how to process or where save that file |
Fields
Name | Description |
---|
ContentStream | Set by converter. Represents binary content of saved file. |
CustomProcessingCancelled | this flag must set to “true” in custom code if for some reasons proposed file should be processed not with custom code but with converter’s code itself in standard for converter way. So, it’ setting set to true means that custom code did not process referenced file and converter must handle it itself (in both sences - for saving somewhere and for naming in referencing file). |
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 |
SupposedFileName | Set by converter. Supposed file name that goes from converter to code of custom method Can be use in custom code to decide how to process or where save that file |
See Also