(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.ObjectsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax public int Length { get; }
Public ReadOnly Property Length As Integer
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