PdfHtmlLayoutFormat
FitToPage Property
|
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.Additions.Html
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Type:
Clip
See Also