IPdfAdapterFactory Interface
Definition
Factory for creating platform-specific PDF adapters.
public interface IPdfAdapterFactory
Methods
| Name | Description |
|---|---|
| CreateAdapter | Creates a new adapter instance. |
CreateAdapter Method
Creates a new adapter instance.
public Avalonia.Controls.Pdf.Core.IPdfAdapter CreateAdapter()
Returns
Properties
| Name | Description |
|---|---|
| IsSupported | Gets whether this factory can create adapters on the current platform. |
| Priority | Gets the priority of this factory (higher = preferred). |
IsSupported Property
Gets whether this factory can create adapters on the current platform.
public bool IsSupported { get; set; }
Priority Property
Gets the priority of this factory (higher = preferred).
public int Priority { get; set; }