[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Graphics.Images.PdfImageHandlerCollection

PdfImageHandlerCollection Class

Represents a collection of PdfImageHandler objects.

Inheritance
PdfImageHandlerCollection
Namespace: GrapeCity.Documents.Pdf.Graphics.Images
Assembly: DS.Documents.Pdf.dll
Syntax
public class PdfImageHandlerCollection : KeyedCollection<IImage, PdfImageHandler>, IList<PdfImageHandler>, ICollection<PdfImageHandler>, IList, ICollection, IReadOnlyList<PdfImageHandler>, IReadOnlyCollection<PdfImageHandler>, IEnumerable<PdfImageHandler>, IEnumerable
Public Class PdfImageHandlerCollection
    Inherits KeyedCollection(Of IImage, PdfImageHandler)
    Implements IList(Of PdfImageHandler), ICollection(Of PdfImageHandler), IList, ICollection, IReadOnlyList(Of PdfImageHandler), IReadOnlyCollection(Of PdfImageHandler), IEnumerable(Of PdfImageHandler), IEnumerable

Properties

Name Description
Doc

Gets the GcPdfDocument that owns this collection.

Methods

Name Description
GetImageHandler(IImage)

Gets an existing PdfImageHandler associated with a specified IImage, or creates a new one if such image does not exist.

GetKeyForItem(PdfImageHandler)
TryGetImageHandler(IImage, out PdfImageHandler)

Gets the PdfImageHandler associated with a specified IImage.