Reports for WPF | ComponentOne
C1.C1Report Namespace / TiffFilter Class / UsesImages Method

In This Topic
    UsesImages Method (TiffFilter)
    In This Topic
    Returns a value that determines whether the filter requires page images to be generated.
    Syntax
    'Declaration
     
    Public Overridable Function UsesImages() As Boolean
    public virtual bool UsesImages()

    Return Value

    True if the filter requires page images.
    Remarks

    By default, C1Report will render the report into the filter and also into its own C1Report.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.

    See Also