Smrf.NodeXL.ExcelTemplate.SaveGraphImageFileDialog.GetFilter C# (CSharp) Method

GetFilter() protected method

protected GetFilter ( ) : String
return String
    GetFilter()
    {
        // Extend the base class file types to include XPS.

        return (SaveableImageFormats.Filter + "|XPS (*.xps)|*.xps" );
    }