PossibleConversions
Leave feedback
On this page
Represents a mapping what conversion pairs are supported for specific source file format
public sealed class PossibleConversions : ValueObject
| Name | Description |
|---|---|
| All { get; } | All target file types and primary/secondary flag IEnumerable of TargetConversion |
| Item { get; } | Returns target conversion for specified target file type (2 indexers) |
| LoadOptions { get; } | Predefined load options which could be used to convert from current type |
| Primary { get; } | Primary target file types |
| Secondary { get; } | Secondary target file types |
| Source { get; } | Source file formats |
| Name | Description |
|---|---|
| override Equals(object) | Determines whether two object instances are equal. |
| virtual Equals(ValueObject) | Determines whether two object instances are equal. |
| override GetHashCode() | Serves as the default hash function. |
- class ValueObject
- namespace GroupDocs.Conversion.Contracts
- assembly GroupDocs.Conversion
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.