DocumentTable

DocumentTable(string, int)

डिफ़ॉल्ट का उपयोग करके इस वर्ग का एक नया उदाहरण बनाता हैDocumentTableOptions .

public DocumentTable(string documentPath, int indexInDocument)
पैरामीटर प्रकार विवरण
documentPath String किसी दस्तावेज़ का पथ जिसमें एक्सेस की जाने वाली तालिका है।
indexInDocument Int32 दस्तावेज़ में तालिका का शून्य-आधारित अनुक्रमणिका।

यह सभी देखें


DocumentTable(string, int, DocumentTableOptions)

इस वर्ग का एक नया उदाहरण बनाता है।

public DocumentTable(string documentPath, int indexInDocument, DocumentTableOptions options)
पैरामीटर प्रकार विवरण
documentPath String किसी दस्तावेज़ का पथ जिसमें एक्सेस की जाने वाली तालिका है।
indexInDocument Int32 दस्तावेज़ में तालिका का शून्य-आधारित अनुक्रमणिका।
options DocumentTableOptions तालिका से डेटा के निष्कर्षण को नियंत्रित करने वाले विकल्पों का एक सेट। यदि शून्य है, तो डिफ़ॉल्ट विकल्प लागू होते हैं।

यह सभी देखें


DocumentTable(Stream, int)

डिफ़ॉल्ट का उपयोग करके इस वर्ग का एक नया उदाहरण बनाता हैDocumentTableOptions .

public DocumentTable(Stream documentStream, int indexInDocument)
पैरामीटर प्रकार विवरण
documentStream Stream एक्सेस की जाने वाली तालिका के साथ एक दस्तावेज़ वाली स्ट्रीम।
indexInDocument Int32 दस्तावेज़ में तालिका का शून्य-आधारित अनुक्रमणिका।

यह सभी देखें


DocumentTable(Stream, int, DocumentTableOptions)

इस वर्ग का एक नया उदाहरण बनाता है।

public DocumentTable(Stream documentStream, int indexInDocument, DocumentTableOptions options)
पैरामीटर प्रकार विवरण
documentStream Stream एक्सेस की जाने वाली तालिका के साथ एक दस्तावेज़ वाली स्ट्रीम।
indexInDocument Int32 दस्तावेज़ में तालिका का शून्य-आधारित अनुक्रमणिका।
options DocumentTableOptions तालिका से डेटा के निष्कर्षण को नियंत्रित करने वाले विकल्पों का एक सेट। यदि शून्य है, तो डिफ़ॉल्ट विकल्प लागू होते हैं।

यह सभी देखें