Extract Metadata for Stream Filtering
To extract metadata for stream filtering
- Optionally, set the input source using the
SetInputSource(System.IO.Stream input)
method of theFilter
object. - If the input source was set in step 1, call the
GetSummaryInfo()
method of theFilter
object to retrieve an object of theSummaryInfo
class. Otherwise, call theGetSummaryInfo(System.IO.Stream in)
method. - Use the methods of the
SummaryInfo
object to retrieve the metadata information.