Click or drag to resize

PdfStreamLength Property

(Required) The number of bytes from the beginning of the line following the keyword stream to the last byte just before the keyword endstream. (There may be an additional EOL marker, preceding endstream, that is not included in the count and is not logically part of the stream data.) See 7.3.8.2, "Stream Extent", for further discussion.

Namespace: SautinSoft.Pdf.Objects
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public int Length { get; }

Property Value

Int32
The number of bytes from the beginning of the line following the keyword stream to the last byte just before the keyword endstream.
See Also