Class HtmlToPdfLayoutParams
- Namespace
- Syncfusion.Pdf.HtmlToPdf
- Assembly
- Syncfusion.Pdf.Portable.dll
Represents the layout parameters.
public class HtmlToPdfLayoutParams : PdfLayoutParams
- Inheritance
-
HtmlToPdfLayoutParams
- Inherited Members
Remarks
This API is not supported in WinRT, Windows Phone, Xamarin, Universal Windows Platform and Silverlight.
Constructors
HtmlToPdfLayoutParams()
public HtmlToPdfLayoutParams()
Properties
Bounds
Gets or sets the lay outing bounds.
public RectangleF Bounds { get; set; }
Property Value
- 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.
public PdfLayoutFormat Format { get; set; }
Property Value
Remarks
This property is not supported in WinRT, Windows Phone, Xamarin, Universal Windows Platform and Silverlight.
Page
Gets or sets the starting layout page.
public PdfPage Page { get; set; }
Property Value
Remarks
This property is not supported in WinRT, Windows Phone, Xamarin, Universal Windows Platform and Silverlight.
VerticalOffsets
Gets or sets the vertical offsets.
public float[] VerticalOffsets { get; set; }
Property Value
- float[]
The vertical offsets.
Remarks
This property is not supported in WinRT, Windows Phone, Xamarin, Universal Windows Platform and Silverlight.