Initializes a new instance of the class.

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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public XlsxTextLayoutOptions(
	bool convertToMultipleSheet,
	bool showRotatedText
)
Public Sub New ( 
	convertToMultipleSheet As Boolean,
	showRotatedText As Boolean
)
public:
XlsxTextLayoutOptions(
	bool convertToMultipleSheet, 
	bool showRotatedText
)
new : 
        convertToMultipleSheet : bool * 
        showRotatedText : bool -> XlsxTextLayoutOptions

Parameters

convertToMultipleSheet
Boolean
the pdf document conver to multiple sheet,the default is true
showRotatedText
Boolean
whether show rotated text,the default is true

See Also