If html view is larger than pdf page, zooms out it to fit pdf page. But if html view is smaller than, will not zoom in it.

Namespace: Spire.Pdf.HtmlConverter
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

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

Property Value

Clip

See Also