I can rotate in RadFixedDocumentEditor using SectionProperties.PageRotation, but if I use
using (RadFixedDocumentEditor editorDocument = new(document))
{
editorDocument.SectionProperties.PageRotation = Rotation.Rotate90;
editorDocument.InsertRun("Test Run.");
}
Hello, Alexandre,
That is correct, glad to see you were able to find the solution so fast.
Regards,
Svilen
Progress Telerik