[Missing <summary> documentation for T:SautinSoft.PdfMetamorphosis.eHtmlOptions]
Assembly: PdfMetamorphosis (in PdfMetamorphosis.dll) Version: 4.0.0.1
Syntax
| C# | Visual Basic |
public class eHtmlOptions
Public Class eHtmlOptions
Members
| All Members | Constructors | Properties |
| Member | Description | |
|---|---|---|
| PdfMetamorphosis..::.eHtmlOptions()()() | Initializes a new instance of the PdfMetamorphosis..::.eHtmlOptions class | |
| BaseUrl |
Property to specify BaseUrl. The 'BaseUrl' is directory where the original Html document was stored, to convert all relative paths to .css files and images into full paths. For example: p.BaseUrl = @"d:\my webs\";
| |
| BorderVisibility |
Allows to specify table border's visibility
| |
| CreateTraceFile |
Create Trace File
| |
| PreserveNestedTables |
Specify preserve nested tables or translate all nested tables to simple tables
| |
| PreserveTables |
Specify preserve tables or translate all tables to text
| |
| TraceFilePath |
Path where trace file will be created
|