RandomAccessStreamFilterStreamSize Property |
Gets the size of the underlying stream.
Namespace:
pdftron.Filters
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public ulong StreamSize { get; }
Public ReadOnly Property StreamSize As ULong
Get
public:
virtual property unsigned long long StreamSize {
unsigned long long get () sealed;
}
function get_StreamSize();
Property Value
Type:
UInt64See Also