Convert.FromText Method |
Namespace: pdftron.PDF
public static void FromText( PDFDoc in_pdfdoc, string in_filename, Obj options )
| Option Name | Type | Note |
|-------------------------|---------|---------------------------------------------------------|
| BytesPerBite | Integer | In bytes. Use for streaming conversion only. |
| FontFace | String | Set the font face used for the conversion. |
| FontSize | Integer | Set the font size used for the conversion. |
| LineHeightMultiplier | Double | Set the line height multiplier used for the conversion. |
| MarginBottom | Double | In inches. Set the bottom margin of the page. |
| MarginLeft | Double | In inches. Set the left margin of the page. |
| MarginRight | Double | In inches. Set the right margin of the page. |
| MarginTop | Double | In inches. Set the top margin of the page. |
| PageHeight | Double | In inches. Set the page height. |
| PageWidth | Double | In inches. Set the page width. |
| UseSourceCodeFormatting | Boolean | Set whether to use mono font for the conversion. |