Click or drag to resize

PdfStreamDecodedLength Property

(Optional; PDF 1.5) A non-negative Int32 representing the number of bytes in the decoded (defiltered) PdfStream. It can be used to determine, for example, whether enough disk space is available to write a PdfStream to a file.

This value shall be considered a hint only; for some stream filters, it may not be possible to determine this value precisely.


Namespace: SautinSoft.Pdf.Objects
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.10.22
Syntax
public int? DecodedLength { get; }

Property Value

NullableInt32
A non-negative Int32 representing the number of bytes in the decoded (defiltered) PdfStream.
See Also