Click or drag to resize

PdfImageContentIsInline Property

Gets or sets a value indicating whether the image content is inlined in the content stream.

If IsInline is , the Image is made read-only. This is required to correctly detect content changes.


Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.5
Syntax
public bool IsInline { get; set; }

Property Value

Boolean
if this image content is inlined in the content stream; otherwise, .
Exceptions
ExceptionCondition
ArgumentExceptionValue is and Image stream dictionary has indirect descendants or has stream filters that are not supported in inline images (JPXDecode or JBIG2Decode).
See Also