Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfLayoutParams

    Show / Hide Table of Contents

    Class PdfLayoutParams

    Represents the layouting parameters.

    Inheritance
    System.Object
    PdfLayoutParams
    HtmlToPdfLayoutParams
    Namespace: Syncfusion.Pdf.Graphics
    Assembly: Syncfusion.Pdf.Portable.dll
    Syntax
    public class PdfLayoutParams : Object

    Constructors

    PdfLayoutParams()

    Declaration
    public PdfLayoutParams()

    Properties

    Bounds

    Gets or sets layouting bounds for the element.

    Declaration
    public RectangleF Bounds { get; set; }
    Property Value
    Type Description
    RectangleF

    Format

    Gets or sets layouting settings for the element.

    Declaration
    public PdfLayoutFormat Format { get; set; }
    Property Value
    Type Description
    PdfLayoutFormat

    Page

    Gets or sets the layouting page for the element.

    Declaration
    public PdfPage Page { get; set; }
    Property Value
    Type Description
    PdfPage
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved