Type Alias: MeasureTextBlockOptions
type MeasureTextBlockOptions = Omit<TextBlockOptions, "x" | "y">;
Options for PdfDocument.measureTextBlock (position-independent).
type MeasureTextBlockOptions = Omit<TextBlockOptions, "x" | "y">;
Options for PdfDocument.measureTextBlock (position-independent).