Class HtmlToPdfLayoutParams
Represents the layout parameters.
Namespace: Syncfusion.Pdf.HtmlToPdf
Assembly: Syncfusion.Pdf.NET.dll
Syntax
public class HtmlToPdfLayoutParams : PdfLayoutParams
Remarks
This API is not supported in WinRT, Windows Phone, Xamarin, Universal Windows Platform and Silverlight.
Constructors
HtmlToPdfLayoutParams()
Declaration
public HtmlToPdfLayoutParams()
Properties
Bounds
Gets or sets the lay outing bounds.
Declaration
public RectangleF Bounds { get; set; }
Property Value
Type |
---|
RectangleF |
Remarks
This property is not supported in WinRT, Windows Phone, Xamarin, Universal Windows Platform and Silverlight.
Format
Gets or sets the lay outing settings.
Declaration
public PdfLayoutFormat Format { get; set; }
Property Value
Type |
---|
PdfLayoutFormat |
Remarks
This property is not supported in WinRT, Windows Phone, Xamarin, Universal Windows Platform and Silverlight.
Page
Gets or sets the starting layout page.
Declaration
public PdfPage Page { get; set; }
Property Value
Type |
---|
PdfPage |
Remarks
This property is not supported in WinRT, Windows Phone, Xamarin, Universal Windows Platform and Silverlight.
VerticalOffsets
Gets or sets the vertical offsets.
Declaration
public float[] VerticalOffsets { get; set; }
Property Value
Type | Description |
---|---|
System.Single[] | The vertical offsets. |
Remarks
This property is not supported in WinRT, Windows Phone, Xamarin, Universal Windows Platform and Silverlight.