C# Class Crabwise.PDFtoEPUB.PatternFound

Show file 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 property

public bool EndOfStreamReached
return bool

Pattern public property

public string Pattern
return string

TextBeforePattern public property

public string TextBeforePattern
return string