Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PdfImageLocation Class
Properties

In This Topic
    PdfImageLocation Class Members
    In This Topic

    The following tables list the members exposed by PdfImageLocation.

    Public Properties
     NameDescription
    Public PropertyGets the GrapeCity.Documents.Pdf.Annotations.AnnotationBase that references this image.

    If this property is not a null reference (Nothing in Visual Basic), 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 GrapeCity.Documents.Pdf.Annotations.AnnotationBase.Pages property contains more than one item), the Page property will return the first page in the GrapeCity.Documents.Pdf.Annotations.AnnotationBase.Pages list.

     
    Public PropertyGets the GrapeCity.Documents.Pdf.Graphics.FormXObject that references this image. That object is the appearance stream of the annotation specified by the Annotation property.  
    Public PropertyGets a Page that references the image.  
    Public PropertyGets the bounds of the image on Page relative to top-left corner.  
    Top
    See Also