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

In This Topic
    FormXObject Property (PdfImageLocation)
    In This Topic
    Gets the GrapeCity.Documents.Pdf.Graphics.FormXObject that references this image. That object is the appearance stream of the annotation specified by the Annotation property.
    Syntax
    'Declaration
     
    Public ReadOnly Property FormXObject As FormXObject
    public FormXObject FormXObject {get;}
    See Also