RandomAccessStreamFilterGetStreamSize Method |
Gets the size of the underlying stream.
Namespace:
pdftron.Filters
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public ulong GetStreamSize()
Public Function GetStreamSize As ULong
public:
virtual unsigned long long GetStreamSize() sealed
function GetStreamSize();
Return Value
Type:
UInt64
The size of the underlying stream in number of 8-bit bytes.
See Also