namespace Components.SaveToPdfHelpers { public enum PdfParagraphAlignmentType { Center, Left, Right } }