Aspose::Pdf::ColumnInfo::set_ColumnSpacing method

ColumnInfo::set_ColumnSpacing method

Sets a string that contains the spacing between columns. The value of each spacing should be separated by blank. The default unit is point, but cm and inch are also supported.For example,“120 2.5cm 1.5inch”.

void Aspose::Pdf::ColumnInfo::set_ColumnSpacing(System::String value)

Remarks

If this property is not set, default value 0 will be used for each spacing.

See Also