'Declaration Public MustOverride Function GetImage( _ ByVal renderInputControls As Boolean _ ) As Image
public abstract Image GetImage( bool renderInputControls )
Parameters
- renderInputControls
- Indicates whether input controls on the page should be rendered (if real controls will be created over the page, this flag must be set to false).
Return Value
The page image.