ImageGear .NET v25.0 - Updated
RunsCount Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEText Class : RunsCount Property
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

Reference

ImGearPDEText Class
ImGearPDEText Members