[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.PdfImageLocation

Class PdfImageLocation

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

Represents a position of an image in a PDF document.

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

Properties

Annotation

Gets the AnnotationBase that references this image.

If this property is not null, the image is used in an appearance stream of an annotation. In that case the Page property returns the page that owns the annotation. If the annotation is shared between several pages (its Pages property contains more than one item), the Page property will return the first page in the Pages list.

public AnnotationBase Annotation { get; }

Property Value

AnnotationBase

FormXObject

Gets the FormXObject that references this image. That object is the appearance stream of the annotation specified by the Annotation property.

public FormXObject FormXObject { get; }

Property Value

FormXObject

Page

Gets a Page that references the image.

public Page Page { get; }

Property Value

Page

PageBounds

Gets the bounds of the image on Page relative to top-left corner.

public Quadrilateral PageBounds { get; }

Property Value

Quadrilateral