cohtml::PageCapture
Object pointing a raw data coming from a full page capture (see View::SetupPageCapture and View::DoPageCapture). More…
#include <View.h>
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| virtual void | Release() =0 |
| virtual | ~PageCapture() |
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| const char * | Data |
| unsigned long long | Size |
Detailed Description
Section titled “Detailed Description”struct cohtml::PageCapture;Object pointing a raw data coming from a full page capture (see View::SetupPageCapture and View::DoPageCapture).
Note: Release() must be called after finished using the data to free the memory.
Public Functions Documentation
Section titled “Public Functions Documentation”function Release
Section titled “function Release”virtual void Release() =0function ~PageCapture
Section titled “function ~PageCapture”inline virtual ~PageCapture()Public Attributes Documentation
Section titled “Public Attributes Documentation”variable Data
Section titled “variable Data”const char * Data;variable Size
Section titled “variable Size”unsigned long long Size;© 2026 Coherent Labs. All rights reserved.