Class PdfLayoutParams
Represents the layouting parameters.
Namespace: Syncfusion.Pdf.Graphics
Assembly: Syncfusion.Pdf.NET.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 |
---|
RectangleF |
Format
Gets or sets layouting settings for the element.
Declaration
public PdfLayoutFormat Format { get; set; }
Property Value
Type |
---|
PdfLayoutFormat |
Page
Gets or sets the layouting page for the element.
Declaration
public PdfPage Page { get; set; }
Property Value
Type |
---|
PdfPage |