IsPaged Method (RtfFilter)
In This Topic
Determines whether this filter generates single or multi-page reports.
Syntax
'Declaration
Public Overrides Function IsPaged() As Boolean
public override bool IsPaged()
Return Value
Always returns true.
See Also