OutputStreamFilterGetFilterType Method  | 
 
Returns the type of this filter.
 
    Namespace: 
   pdftron.Filters
    Assembly:
   pdftron (in pdftron.dll) Version: 255.255.255.255
Syntaxpublic uint GetFilterType()
Public Function GetFilterType As UInteger
public:
virtual unsigned int GetFilterType() sealed
function GetFilterType();
Return Value
Type: 
UInt32
The type of the filter implementation.
Implements
IFilterGetFilterType
See Also