Class HTMLPageData
For internal use only.
Inheritance
System.Object
HTMLPageData
Namespace: FastReport.Export.Html
Assembly: FastReport.Base.dll
Syntax
public class HTMLPageData
Constructors
HTMLPageData()
For internal use only.
Declaration
public HTMLPageData()
Properties
CSSText
For internal use only.
Declaration
public string CSSText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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
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 string PageText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |