TextblockSection
class TextblockSection: PDFElement
A PDF textblock section element
-
The section with textblock
-
Init the textblock section element
Parameters
sectionThe section with textblock
-
Draw the textblock section element
Declaration
Swift
func draw(rect: inout CGRect, calculationOnly: Bool, pageRect: CGRect)Parameters
rectThe available rectangle
calculationOnlyBool if only the Bounding Rect should be calculated
pageRectThe page size of the PDF document
View on GitHub