Table of Contents

Property IsInline

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

IsInline

Gets a value indicating whether this PdfImage is an inline image.

public bool IsInline { get; }

Property Value

bool

true if this PdfImage is an inline image; otherwise, false.

Remarks

Inline images are completely contained inside the contents of their owner pages. Such images typically has small width and height. One inline images can not be used on more than one page.

Regular images are stored independently of any page contents. Pages that use a regular image contain a reference to the image. Any number of pages can reference the same regular image.

Inline images can not be recompressed and you can not replace their contents unless you move them to resources using MoveInlineImagesToResources.