C# Class Crabwise.PDFtoEPUB.PatternFound

Datei anzeigen Open project: CrabwiseStudios/PDFtoEPUB Class Usage Examples

Public Properties

Property Type Description
EndOfStreamReached bool
Pattern string
TextBeforePattern string

Public Methods

Method Description
PatternFound ( string textBeforePattern, string pattern, bool endOfStreamReached ) : System

Method Details

PatternFound() public method

public PatternFound ( string textBeforePattern, string pattern, bool endOfStreamReached ) : System
textBeforePattern string
pattern string
endOfStreamReached bool
return System

Property Details

EndOfStreamReached public_oe property

public bool EndOfStreamReached
return bool

Pattern public_oe property

public string Pattern
return string

TextBeforePattern public_oe property

public string TextBeforePattern
return string