  | TesseractOcrDocumentAllParagraphs Property  | 
Represents a list of all instances of 
TesseractOcrParagraph that are present in the OcrDocument. 
Provides methods to search, sort, and manipulate that list
 
Namespace: DevScope.Ocr.Tesseract.WindowsPhoneAssembly: DevScope.Ocr.Tesseract.WindowsPhone (in DevScope.Ocr.Tesseract.WindowsPhone.dll) Version: 255.255.255.255
Syntaxpublic IVector<TesseractOcrParagraph> AllParagraphs { get; }Public ReadOnly Property AllParagraphs As IVector(Of TesseractOcrParagraph)
	Get
public:
virtual property IVector<TesseractOcrParagraph^>^ AllParagraphs {
	IVector<TesseractOcrParagraph^>^ get () sealed;
}Property Value
Type: 
IVectorTesseractOcrParagraph
All the document Paragraphs as a List of 
TesseractOcrParagraph.		
See Also