Show / Hide Table of Contents

Class HTMLPageData

For internal use only.

Inheritance
System.Object
HTMLPageData
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FastReport.Export.Html
Assembly: FastReport.OpenSource.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
Back to top Generated by DocFX