Gets or sets the initial height in pixels of the HTML viewer in HTML to PDF element converter.
This value of this property is ignored if the
HtmlViewerHeight property is set
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public int InitialHtmlViewerHeight { get; set; } |
| Visual Basic |
|---|
Public Property InitialHtmlViewerHeight As Integer
Get
Set |
| Visual C++ |
|---|
public:
property int InitialHtmlViewerHeight {
int get ();
void set (int value);
} |
Property Value
Type:
Int32
See Also