cohtml.Net.PageCapture

Object pointing a raw data coming from a full page capture (see View.SetupPageCapture and View.DoPageCapture). Release() must be called after finished using the data to free the memory.

Inherits from SystemIDisposable

Public Functions

Name
virtual voidDispose()
virtual voidRelease()

Public Properties

Name
stringData
ulongSize

Protected Attributes

Name
boolswigCMemOwn

Public Functions Documentation

function Dispose

virtual void Dispose()

function Release

virtual void Release()

Public Property Documentation

property Data

string Data;

property Size

ulong Size;

Protected Attributes Documentation

variable swigCMemOwn

bool swigCMemOwn;