CodeFactory for Windows CodeFactory for Windows
CodeFactory for Windows CodeFactory for Windows
CodeFactory

Search Results for

    Interface IDocumentLine

    Metadata about a line from a document that has been returned from code factory.

    Namespace: CodeFactory.Document
    Assembly: CodeFactory.dll
    Syntax
    public interface IDocumentLine

    Properties

    Content

    The content of the line.

    Declaration
    string Content { get; }
    Property Value
    Type Description
    string

    Length

    The number of characters that are in the line.

    Declaration
    int Length { get; }
    Property Value
    Type Description
    int

    Number

    The line number within the document.

    Declaration
    long Number { get; }
    Property Value
    Type Description
    long
    © CodeFactory, LLC. All rights reserved.