![]() |
Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
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. | |
|
virtual |
Checks the license.
System.InvalidOperationException | occurs if the license is not valid. |
Reimplemented from SolidFramework.Model.Export.ExportOptions.
|
virtual |
Reimplemented from SolidFramework.Model.Export.ExportOptions.
|
getset |
Get whether to detect lists.
DetectLists is ignored with HtmlSplitting options.
|
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.
|
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.
|
getset |
Get maximum width for HTML file images.
Default is 0, which indicates not to resize the image width.