Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PdfImageInfo Class / Locations Property

In This Topic
    Locations Property
    In This Topic
    Gets the list of PdfImageLocation objects defining positions in the document where this image is present.
    Syntax
    'Declaration
     
    Public ReadOnly Property Locations As System.Collections.Generic.List(Of PdfImageLocation)
    public System.Collections.Generic.List<PdfImageLocation> Locations {get;}
    See Also