PdfTextLayout Constructor (PdfTextLayout)
|
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfTextLayout(
PdfTextLayout baseFormat
)
Public Sub New (
baseFormat As PdfTextLayout
)
public:
PdfTextLayout(
PdfTextLayout^ baseFormat
)
new :
baseFormat : PdfTextLayout -> PdfTextLayout
Parameters
-
baseFormat
-
Type:
Spire.Pdf.Graphics
PdfTextLayout
See Also