Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
Public Member Functions | Static Public Member Functions | Properties | List of all members
SolidFramework.Model.Export.HtmlOptions Class Reference
Inheritance diagram for SolidFramework.Model.Export.HtmlOptions:
SolidFramework.Model.Export.ExportOptions SolidFramework.Model.Plumbing.Options

Public Member Functions

override void Dispose ()
 
override void CheckLicense ()
 Checks the license. More...
 
bool Equals (SolidFramework.Model.Plumbing.Options other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static bool operator== (SolidFramework.Model.Plumbing.Options obj1, SolidFramework.Model.Plumbing.Options obj2)
 
static bool operator!= (SolidFramework.Model.Plumbing.Options obj1, SolidFramework.Model.Plumbing.Options obj2)
 

Properties

int WidthLimit [getset]
 Get maximum width for HTML file images. More...
 
bool DetectLists [getset]
 Get whether to detect lists. More...
 
SolidFramework.Converters.Plumbing.HtmlImages Images [getset]
 Get or set the how images are handled during conversion. More...
 
SolidFramework.Converters.Plumbing.ImageDocumentType ImageType [getset]
 Get the format of the image you are converting i.e bmp for Bitmap etc. More...
 
SolidFramework.Converters.Plumbing.HtmlNavigationType HtmlNavigationType [getset]
 Gets the type of the word document.
 
SolidFramework.Plumbing.OverwriteMode OverwriteMode [getset]
 Get or sets whether to overwrite an existing output file.
 

Member Function Documentation

◆ CheckLicense()

override void SolidFramework.Model.Export.HtmlOptions.CheckLicense ( )
virtual

Checks the license.

Exceptions
System.InvalidOperationExceptionoccurs if the license is not valid.

Reimplemented from SolidFramework.Model.Export.ExportOptions.

◆ Dispose()

override void SolidFramework.Model.Export.HtmlOptions.Dispose ( )
virtual

Property Documentation

◆ DetectLists

bool SolidFramework.Model.Export.HtmlOptions.DetectLists
getset

Get whether to detect lists.

DetectLists is ignored with HtmlSplitting options.

◆ Images

SolidFramework.Converters.Plumbing.HtmlImages SolidFramework.Model.Export.HtmlOptions.Images
getset

Get or set the how images are handled during conversion.

The default is SolidFramework.Converters.Plumbing.HtmlImages.Default, which indicates including linked images into output HTML file.

See also
SolidFramework.Converters.Plumbing.HtmlImages

◆ ImageType

SolidFramework.Converters.Plumbing.ImageDocumentType SolidFramework.Model.Export.HtmlOptions.ImageType
getset

Get the format of the image you are converting i.e bmp for Bitmap etc.

The image file type that will be used in images converted from the document. Default is SolidFramework.Converters.Plumbing.ImageDocumentType.Default, which will choose the most appropriate format for each image.

◆ WidthLimit

int SolidFramework.Model.Export.HtmlOptions.WidthLimit
getset

Get maximum width for HTML file images.

Default is 0, which indicates not to resize the image width.