Table of Contents

Property Stream

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

Stream

Gets the low-level stream object for this image object.

public CosStream Stream { get; }

Property Value

CosStream

The low-level image stream object.

Remarks

WARNING: Changes to the image stream might break the PDF document.

Use high-level PdfImage properties to change the image. Don't change the image stream unless you completely understand what you are doing.

The high-level PdfImage properties might be out-of-sync with the changes to the image stream.