The event raised when the row number is requested.

Namespace: Spire.Pdf.Tables
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public event QueryRowCountEventHandler QueryRowCount
Public Event QueryRowCount As QueryRowCountEventHandler
public:
 event QueryRowCountEventHandler^ QueryRowCount {
	void add (QueryRowCountEventHandler^ value);
	void remove (QueryRowCountEventHandler^ value);
}
member QueryRowCount : IEvent<QueryRowCountEventHandler,
    QueryRowCountEventArgs>

Value

QueryRowCountEventHandler

See Also