Class HTMLPageData
For internal use only.
Inheritance
System.Object
    HTMLPageData
  Namespace: FastReport.Export.Html
Assembly: FastReport.dll
Syntax
public sealed class HTMLPageData : IDisposable
  Constructors
HTMLPageData()
For internal use only.
Declaration
public HTMLPageData()
  Properties
CSSText
For internal use only.
Declaration
public StringBuilder CSSText { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Text.StringBuilder | 
Guids
For internal use only.
Declaration
public List<string> Guids { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<System.String> | 
Height
For internal use only.
Declaration
public float Height { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Single | 
PageEvent
For internal use only.
Declaration
[Obsolete]
public ManualResetEvent PageEvent { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Threading.ManualResetEvent | 
PageNumber
For internal use only.
Declaration
public int PageNumber { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
PageText
For internal use only.
Declaration
public StringBuilder PageText { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Text.StringBuilder | 
Pictures
For internal use only.
Declaration
public List<Stream> Pictures { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<System.IO.Stream> | 
Width
For internal use only.
Declaration
public float Width { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Single | 
Methods
Dispose()
For internal use only.
Declaration
public void Dispose()