setResizeGuideLineIntervals

open fun setResizeGuideLineIntervals(@NonNull @Size(min = 2, multiple = 2) intervals: List<Float>): PdfActivityConfiguration.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.

Parameters

intervals

List of ON and OFF distances.