PossibleConversions Class
Represents a mapping what conversion pairs are supported for specific source file format
Inheritance Hierarchy
SystemObject
  GroupDocs.Conversion.ContractsValueObject
    GroupDocs.Conversion.ContractsPossibleConversions

Namespace: GroupDocs.Conversion.Contracts
Assembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.9.0.0 (22.9)
Syntax
public sealed class PossibleConversions : ValueObject

The PossibleConversions type exposes the following members.

Properties
  NameDescription
Public propertyAll
All target file types and primary/secondary flag

Return Value

Type: 
IEnumerable of TargetConversion
Public propertyItemString
Returns target conversion for specified target file type extension
Public propertyItemFileType
Returns target conversion for specified target file type
Public propertyLoadOptions
Predefined load options which could be used to convert from current type
Public propertyPrimary
Primary target file types
Public propertySecondary
Secondary target file types
Public propertySource
Source file formats
Methods
  NameDescription
Public methodEquals(Object)
Determines whether two object instances are equal.
(Inherited from ValueObject.)
Public methodEquals(ValueObject)
Determines whether two object instances are equal.
(Inherited from ValueObject.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from ValueObject.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also