LatexFragment Constructor (String) |
Initializes a new instance of the HtmlFragment class.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic LatexFragment(
string text
)
Public Sub New (
text As String
)
public:
LatexFragment(
String^ text
)
new :
text : string -> LatexFragment
Parameters
- text
- Type: SystemString
The fragment text
See Also