[]
        
(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()

Constructors

PdfImageInfo(PdfImageBase)

Initializes a new instance of the PdfImageInfo class.

public PdfImageInfo(PdfImageBase image)

Parameters

image PdfImageBase

The image.

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>

WidgetReferences

Gets the list of references to the image from widget annotations.

public List<PdfImageWidgetAnnotationReference> WidgetReferences { get; }

Property Value

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