Enum PdfToHtmlOptions.SaveDataType

PdfToHtmlOptions.SaveDataType enumeration

Defines output type of HTML file.

public enum SaveDataType

Values

NameValueDescription
FileWithExternalResources0Save HTMl to file with external resources
FileWithEmbeddedResources1Save HTMl to file with embedded resources
StreamWithEmbeddedResources2Save HTMl to file stream with embedded resources

See Also