Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / ImageHandlers Property

In This Topic
    ImageHandlers Property
    In This Topic
    Gets the collection of GrapeCity.Documents.Pdf.Graphics.Images.PdfImageHandler objects associated with the current document.
    Syntax
    'Declaration
     
    Public ReadOnly Property ImageHandlers As PdfImageHandlerCollection
    public PdfImageHandlerCollection ImageHandlers {get;}
    See Also