Click or drag to resize

PdfStyledTextBoxFill Method

Fills the specified input. This method must be called before the shape attempts to draw. This is what fills the styled text shape with content.

Namespace:  Atalasoft.PdfDoc.Generating.Shapes
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void Fill(
	StyleTextInput input,
	PdfFontManager manager
)

Parameters

input
Type: Atalasoft.PdfDoc.Generating.ShapesStyleTextInput
The input.
manager
Type: Atalasoft.PdfDoc.Generating.ResourceHandling.FontsPdfFontManager
The manager.
See Also