Interface IZoomable
An Interface for configuring PDF rendering classes which support zooming / enlarging of HTML content.
Namespace: IronPdf.Rendering.Abstractions
Assembly: IronPdf.dll
Syntax
public interface IZoomable
Properties
Zoom
Zoom amount. 100 is original size.
Declaration
int Zoom { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |