Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Graphics.Images Namespace / PdfImageBase Class / InlineImage Property

In This Topic
    InlineImage Property (PdfImageBase)
    In This Topic
    Gets a value indicating whether the image is an inline image defined directly in a PDF content stream.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property InlineImage As System.Boolean
    public virtual System.bool InlineImage {get;}
    See Also