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()
Constructors
PdfImageLocation()
public PdfImageLocation()
Properties
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