Html2DocxFlowRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Html2DocxFlowRequest
public class Html2DocxFlowRequest
type Html2DocxFlowRequest = class
Public Class Html2DocxFlowRequest
- Inheritance
-
Html2DocxFlowRequest
Constructors
| Name | Description |
|---|---|
| Html2DocxFlowRequest() | |
Properties
| Name | Description |
|---|---|
| DecodeHTML |
Whether HTML should be decoded prior to conversion |
| FileContent |
Binary content of the HTML file to convert to DOCX |
| HTMLData |
HTML Data to convert to DOCX |
| HTMLURL |
URL to the web page to convert to DOCX |
| Margins |
Page margins in pt. The syntax is the same as in CSS. Example: 25 50 75 100. |
| Orientation |
Portrait or Landscape |
| PaperSize |
Can be A4,A5 etc... |