C# Class Crabwise.PDFtoEPUB.HtmlWriter

Datei anzeigen Open project: CrabwiseStudios/PDFtoEPUB Class Usage Examples

Public Properties

Property Type Description
CurrentFilename string

Public Methods

Method Description
AddPage ( string newPage ) : void
GetPages ( ) : List
HtmlWriter ( string htmlHeader, string htmlFooter ) : System

Method Details

AddPage() public method

public AddPage ( string newPage ) : void
newPage string
return void

GetPages() public method

public GetPages ( ) : List
return List

HtmlWriter() public method

public HtmlWriter ( string htmlHeader, string htmlFooter ) : System
htmlHeader string
htmlFooter string
return System

Property Details

CurrentFilename public_oe property

public string CurrentFilename
return string