set Resize Guide Line Intervals
fun setResizeGuideLineIntervals(@Size(min = 2, multiple = 2 ) intervals: List<Float>): PdfConfiguration.Builder
Sets guide line on/off intervals sizes. Must have an even number of entries (>=2). Even indices are specifying the "on" intervals, the odd indices specifying the "off" intervals. "On" intervals specify length of the line dashes, "Off" specify length of the line gaps. Defaults to [5f, 20f]
.
Parameters
intervals
List of ON and OFF distances.