menu

Document Processing

LineInfo Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    LineInfo Class

    Provides a line information

    Inheritance
    System.Object
    LineInfo
    Namespace: Syncfusion.Pdf.Graphics
    Assembly: Syncfusion.Pdf.Base.dll
    Syntax
    public class LineInfo : Object

    Constructors

    LineInfo()

    Declaration
    public LineInfo()

    Properties

    LineType

    Gets the width of the line text.

    Declaration
    public LineType LineType { get; }
    Property Value
    Type
    LineType

    Text

    Gets the line text.

    Declaration
    public string Text { get; }
    Property Value
    Type
    System.String

    Width

    Gets width of the line text.

    Declaration
    public float Width { get; }
    Property Value
    Type
    System.Single
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved