PdfHtmlLayoutFormat
TrimPage Property
|
If html view is smaller than page, trim pdf page to fit html view.
Namespace:
Spire.Additions.Html
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public Clip TrimPage { get; set; }
Public Property TrimPage As Clip
Get
Set
public:
property Clip TrimPage {
Clip get ();
void set (Clip value);
}
member TrimPage : Clip with get, set
Property Value
Type:
Clip
See Also