C# 클래스 Crabwise.PDFtoEPUB.PatternFound

파일 보기 프로젝트 열기: CrabwiseStudios/PDFtoEPUB 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
EndOfStreamReached bool
Pattern string
TextBeforePattern string

공개 메소드들

메소드 설명
PatternFound ( string textBeforePattern, string pattern, bool endOfStreamReached ) : System

메소드 상세

PatternFound() 공개 메소드

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

프로퍼티 상세

EndOfStreamReached 공개적으로 프로퍼티

public bool EndOfStreamReached
리턴 bool

Pattern 공개적으로 프로퍼티

public string Pattern
리턴 string

TextBeforePattern 공개적으로 프로퍼티

public string TextBeforePattern
리턴 string