PdfBrick
An object that describes a PDF brick—a simple element with specified content, size, and location. Bricks are fundamental elements used to construct a PDF document.
You can access PdfBrick objects within functions that handle SurveyPDF's onRenderQuestion, onRenderPanel, and onRenderPage events.
Font size in points.
Default value: 14 (inherited from the parent PDF document)
- Type:
 - number readonly
 
- Implemented in:
 - PdfBrick
 
The color of text within the brick.
Default value: "#404040"
- Type:
 - string readonly
 
- Implemented in:
 - PdfBrick
 
Allows you to get a flat array of nested PDF bricks.
- Type:
 - () => {}
 
- Return Value:
 - 
            
A flat array of nested PDF bricks.
 
- Implemented in:
 - PdfBrick
 
Copyright © 2025 Devsoft Baltic OÜ. All rights reserved.