VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.Codecs Namespace / XpsCodec Class
Constructors Properties Methods SeeAlso
In This Topic
XpsCodec Class Members
In This Topic
The following tables list the members exposed by XpsCodec.
Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the XpsCodec class.
Public Properties
 NameDescription
Public PropertyGets a value indicating whether codec can create decoder.
Public PropertyGets a value indicating whether codec can create encoder.
Public PropertyGets an array that contains the file extensions which are associated with codec. (Inherited from Codec)
Public PropertyGets the codec name. (Inherited from Codec)
Public Methods
 NameDescription
Public MethodOverloaded. Creates a new decoder instance for decoding specified stream.
Public MethodCreates a new encoder instance of the codec.
Public Methodstatic (Shared in Visual Basic)Creates a standard codec by name. (Inherited from Codec)
Public MethodReturns a string representation of this object. (Inherited from Codec)
See Also