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