StartSection Method (HtmlFilter)
In This Topic
Called when the component starts rendering a section.
Syntax
'Declaration
Public Overrides Sub StartSection( _
ByVal As Section, _
ByVal As System.Double, _
ByVal As System.Double _
)
public override void StartSection(
Section ,
System.double ,
System.double
)
Parameters
- section
- The section being rendered.
- x
- Left position of the section, in twips.
- y
- Top position of the section, in twips.
See Also