The factor used to resize the HTML content when rendered in the PDF document. When
FitWidth property
of the
PdfDocumentOptions object is true,
the HTML content will be resized to fit the PDF page width if necessary.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public float HtmlContentWidthResizeFactor { get; } |
| Visual Basic |
|---|
Public ReadOnly Property HtmlContentWidthResizeFactor As Single
Get |
| Visual C++ |
|---|
public:
property float HtmlContentWidthResizeFactor {
float get ();
} |
Property Value
Type:
Single
See Also