ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEText Class / RunsCount Property




In This Topic
    RunsCount Property
    In This Topic
    Gets the number of text runs (show strings) in the text object.
    Syntax
    'Declaration
     
    Public ReadOnly Property RunsCount As Integer
    'Usage
     
    Dim instance As ImGearPDEText
    Dim value As Integer
     
    value = instance.RunsCount
    public int RunsCount {get;}
    public: __property int get_RunsCount();
    public:
    property int RunsCount {
       int get();
    }

    Property Value

    Integer value.
    See Also