menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HtmlToPdfLayoutParams - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HtmlToPdfLayoutParams

    Represents the layout parameters.

    Inheritance
    System.Object
    PdfLayoutParams
    HtmlToPdfLayoutParams
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Pdf.HtmlToPdf
    Assembly: Syncfusion.Pdf.Base.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
    System.Drawing.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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved