cohtml.Net.ITextTransformationManager.TransformationResult
Inherits from SystemIDisposable
Public Functions
| Name | |
|---|---|
| virtual void | Dispose() |
| virtual void | Set(string text, uint lengthBytes) The implementer must set here the transformed text. |
Protected Attributes
| Name | |
|---|---|
| bool | swigCMemOwn |
Public Functions Documentation
function Dispose
virtual void Dispose()
function Set
virtual void Set(
string text,
uint lengthBytes
)
The implementer must set here the transformed text.
Parameters:
- text the transformed text encoded in UTF-8
- lengthBytes the length in bytes of the UTF-8 encoded text
Protected Attributes Documentation
variable swigCMemOwn
bool swigCMemOwn;