}
while (index + 1 < printObjects.Count - 1 && printObjects[index + 1].ContentType == ContentTypes.Text);
ProjPrimitiveText primitiveText = new ProjPrimitiveText(); primitiveText.ConstructVisual(textPrintContents, printConfiguration, band, pageAvailWidth, pageAvailHeight); } break; }}}
I need the logic to append the value (printObjects[index]); value) in the below loop , Iam new to this please help.thanks in advance
do { index += 1; textPrintContents.Add(printObjects[index]);