Class PdfLayoutParams
Represents the layouting parameters.
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.Graphics
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public class PdfLayoutParams
Constructors
PdfLayoutParams()
Declaration
public PdfLayoutParams()
Properties
Bounds
Gets or sets layouting bounds for the element.
Declaration
public RectangleF Bounds { get; set; }
Property Value
Type |
---|
System.Drawing.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 |