iTextSharp.text.io.WindowRandomAccessSource.WindowRandomAccessSource C# (CSharp) Method

WindowRandomAccessSource() public method

public WindowRandomAccessSource ( IRandomAccessSource source, long offset ) : System
source IRandomAccessSource
offset long
return System
        public WindowRandomAccessSource(IRandomAccessSource source, long offset) : this(source, offset, source.Length - offset) {
        }

Same methods

WindowRandomAccessSource::WindowRandomAccessSource ( IRandomAccessSource source, long offset, long length ) : System