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

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