HtmlObjectBaseTrimToBrowserWidth Property
If the HTML document cannot be entirely displayed in
BrowserWidth pixels and the TrimToBrowserWidth is false
then the browser window width will be automatically set to display the entire HTML document in this HTML object.
If the HTML document cannot be entirely displayed in
BrowserWidth pixels and the TrimToBrowserWidth is true
then the browser window width will not be automatically set to display the entire HTML document and the HTML document
will be trimmed
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public bool TrimToBrowserWidth { get; set; }
Public Property TrimToBrowserWidth As Boolean
Get
Set
public:
property bool TrimToBrowserWidth {
bool get ();
void set (bool value);
}
member TrimToBrowserWidth : bool with get, set
Property Value
Boolean