[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.PdfImageInfo

Class PdfImageInfo

Namespace
GrapeCity.Documents.Pdf
Assembly
GcDocs.Pdf.dll

Represents an image and its locations in a PDF document.

public class PdfImageInfo
Inheritance
object
PdfImageInfo
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

Image

Gets the PdfImageBase object representing the image.

public PdfImageBase Image { get; }

Property Value

PdfImageBase

Locations

Gets the list of PdfImageLocation objects defining positions in the document where this image is present.

public List<PdfImageLocation> Locations { get; }

Property Value

System.Collections.Generic.List<T><PdfImageLocation>