VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.Codecs.Decoders Namespace / XpsDecoder Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    XpsDecoder Class
    In This Topic
    Defines an decoder for XPS documents.
    Object Model
    XpsDecoder
    Syntax
    'Declaration
    
    Public NotInheritable Class XpsDecoder
       Inherits Vintasoft.Imaging.Codecs.Decoders.DecoderBase
       Implements IVectorDecoder
    
    
    public __gc __sealed class XpsDecoder : public Vintasoft.Imaging.Codecs.Decoders.DecoderBase*, IVectorDecoder
    
    
    public ref class XpsDecoder sealed : public Vintasoft.Imaging.Codecs.Decoders.DecoderBase^, IVectorDecoder
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Codecs.Decoders.DecoderBase
          Vintasoft.Imaging.Wpf.Codecs.Decoders.XpsDecoder

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also