Search Results for

    Show / Hide Table of Contents

    Struct HtmlTextRenderer.CharWithIndex

    Contains Char/position pair.

    Namespace: FastReport.Utils
    Assembly: FastReport.Base.dll
    Syntax
    public struct CharWithIndex

    Properties

    Char

    Gets the char.

    Declaration
    public char Char { get; }
    Property Value
    Type Description
    System.Char

    Index

    Gets the index.

    Declaration
    public int Index { get; }
    Property Value
    Type Description
    System.Int32
    Back to top © 1998-2026 Copyright Fast Reports Inc.