Table of Contents

Class PdfLayoutParams

Namespace
Syncfusion.Pdf.Graphics
Assembly
Syncfusion.Pdf.Portable.dll

Represents the layouting parameters.

public class PdfLayoutParams
Inheritance
PdfLayoutParams
Derived
Inherited Members

Constructors

PdfLayoutParams()

public PdfLayoutParams()

Properties

Bounds

Gets or sets layouting bounds for the element.

public RectangleF Bounds { get; set; }

Property Value

RectangleF

Format

Gets or sets layouting settings for the element.

public PdfLayoutFormat Format { get; set; }

Property Value

PdfLayoutFormat

Page

Gets or sets the layouting page for the element.

public PdfPage Page { get; set; }

Property Value

PdfPage