TextDocumentInfo
Contents
 [
        
            Hide
        ]
    TextDocumentInfo class
Represents the text document information.
public class TextDocumentInfo : DocumentInfo
Properties
| Name | Description | 
|---|---|
| Encoding { get; } | Gets the detected encoding of the text document. | 
| FileType { get; } | Gets the document type. | 
| PageCount { get; } | Gets the total number of document pages. | 
| Pages { get; } | Gets the information about pages such as the index and page size. | 
| RawPageCount { get; } | Gets the total number of document raw pages. | 
| Size { get; } | Gets the size of the document in bytes. | 
Remarks
Learn more:
See Also
- class DocumentInfo
 - namespace GroupDocs.Parser.Options
 - assembly GroupDocs.Parser