If html view is larger than page, resize pdf page to fit html view. But if html view is smaller than, will not resize pdf page.

Namespace: Spire.Pdf.HtmlConverter
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public Clip FitToHtml { get; set; }
Public Property FitToHtml As Clip
	Get
	Set
public:
property Clip FitToHtml {
	Clip get ();
	void set (Clip value);
}
member FitToHtml : Clip with get, set

Property Value

Clip

See Also