Pdf document to xlsx document,page content layout

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
[ObsoleteAttribute("This enum may be removed in the future,please use the XlsxOptions class for configuration")]
public enum PdfToXlsxLayout
<ObsoleteAttribute("This enum may be removed in the future,please use the XlsxOptions class for configuration")> 
Public Enumeration PdfToXlsxLayout
[ObsoleteAttribute(L"This enum may be removed in the future,please use the XlsxOptions class for configuration")]
public enum class PdfToXlsxLayout
[<ObsoleteAttribute("This enum may be removed in the future,please use the XlsxOptions class for configuration")>]
type PdfToXlsxLayout

Members

MemberValueDescription
None0
if it is none,the layout mode will be judged automatically
Text1
Layout by the relative position of all text
Line2
Layout by line position,the layout of text position relative to line position

See Also