Constructs a new ILeadStream using the specified buffer as storage.
public static Leadtools.ILeadStream Create(
IBuffer buffer,
ulong offset,
bool autoDisposeBuffer
)
Public Overloads Shared Function Create( _
ByVal buffer As IBuffer, _
ByVal offset As ULong, _
ByVal autoDisposeBuffer As Boolean _
) As Leadtools.ILeadStream
public static Leadtools.ILeadStream Create(
IBuffer buffer,
ulong offset,
bool autoDisposeBuffer
)
function Leadtools.LeadStreamFactory.Create(IBuffer,UInt64,Boolean)(
buffer ,
offset ,
autoDisposeBuffer
)
public:
static Leadtools.ILeadStream^ Create(
IBuffer^ buffer,
ulong offset,
bool autoDisposeBuffer
)
buffer
An IBuffer that will be used as storage for the new LeadStream object.
offset
The offset in buffer that will be used as the origin of the new LeadStream object.
autoDisposeBuffer
true to dispose of the buffer automatically; otherwise, it is false.
The lead stream object.
The returned ILeadStream can be be disposed by casting it as IDisposable and use the Dispose method.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET