Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Graphics.Images Namespace / PdfImageHandlerCollection Class / Doc Property

In This Topic
    Doc Property (PdfImageHandlerCollection)
    In This Topic
    Gets the GrapeCity.Documents.Pdf.GcPdfDocument that owns this collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Doc As GcPdfDocument
    public GcPdfDocument Doc {get;}
    See Also