Leadtools.Forms.DocumentReaders Namespace > DocumentReader Class : ReaderType Property |
public abstract DocumentReaderType ReaderType {get;}
'Declaration Public MustOverride ReadOnly Property ReaderType As DocumentReaderType
'Usage Dim instance As DocumentReader Dim value As DocumentReaderType value = instance.ReaderType
public: abstract property DocumentReaderType ReaderType { DocumentReaderType get(); }
The type of the reader depends on the document file name passed to DocumentReader.Create.
For an example, refer to DocumentReader.