Core Namespace
Namespace Avalonia.Controls.Pdf.Core
Types
- IPdfAdapter - Platform-agnostic interface for PDF rendering operations.
- IPdfAdapterFactory - Factory for creating platform-specific PDF adapters.
- IPdfAdapterWithBitmapRendering - Extension interface for adapters that support rendering to bitmaps.
- IPdfAdapterWithTextExtraction - Extension interface for adapters that support text extraction.
- IPdfDocument - Represents a loaded PDF document.
- IPdfPage - Represents a single PDF page.
- PdfAdapterFactory - Manages PDF adapter creation with platform detection.
- PdfAnnotationColor - Color used for annotation stroke/border or fill/interior.
- PdfAnnotationEventArgs - Event arguments for annotation events.
- PdfAnnotationInfo - An immutable, read-only snapshot of a PDF annotation's properties, suitable for inspection by consumers. Geometry is reported in PDF user space (see Avalonia.Controls.Pdf.Core.PdfPoint/Avalonia.Controls.Pdf.Core.PdfRect).
- PdfAnnotationType - Standard PDF annotation subtypes (ISO 32000, Table 169).
- PdfBookmark - Bookmark (outline item) in a PDF document.
- PdfErrorEventArgs - Event arguments for PDF errors.
- PdfLink - Link in a PDF page.
- PdfLinkDestination - Link destination types.
- PdfLinkDestination.FileDestination - External file link.
- PdfLinkDestination.PageDestination - Internal link to a page in the same document.
- PdfLinkDestination.UnsupportedDestination - Unsupported destination type.
- PdfLinkDestination.UriDestination - External URI link.
- PdfMetadata - Document metadata.
- PdfPoint - A point in PDF user space. Coordinates are in points (1/72 inch) with the origin at the page's bottom-left corner; Y increases upward (PDF convention, not screen convention).
- PdfRect - A rectangle in PDF user space. Coordinates are in points (1/72 inch) with the origin at the page's bottom-left corner; Y increases upward (PDF convention, not screen convention).
- PdfSearchResult - Search result from text search.
- PdfUserBookmark - A user-created bookmark that flags a page as a saved reading position.
- SearchOptions - Options for text search.