'Declaration Public Overrides Function UsesImages() As System.Boolean
public override System.bool UsesImages()
Return Value
True if the filter requires page images.
'Declaration Public Overrides Function UsesImages() As System.Boolean
public override System.bool UsesImages()
By default, C1Report will render the report into the filter and also into its own PageImages collection.
Some filters use these images to generate their output (e.g. PDF, TIFF). Other filters don't need the images (e.g. HTML, RTF) and therefore this method returns false, which saves some resources while rendering long reports.