Xamarin.Android

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

    Show / Hide Table of Contents

    Class PdfStringLayoutResult

    Layouter result.

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

    Constructors

    PdfStringLayoutResult()

    Declaration
    public PdfStringLayoutResult()

    Properties

    ActualSize

    Gets the actual layouted text bounds

    Declaration
    public SizeF ActualSize { get; }
    Property Value
    Type Description
    SizeF

    LineHeight

    Gets the height of the line.

    Declaration
    public float LineHeight { get; }
    Property Value
    Type Description
    System.Single

    Lines

    Gets layouted lines information.

    Declaration
    public LineInfo[] Lines { get; }
    Property Value
    Type Description
    LineInfo[]

    Remainder

    Gets the text which is not lay outed

    Declaration
    public string Remainder { get; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved