Files
QuestPDF/QuestPDF/Infrastructure/ContentDirection.cs
T
2022-09-29 14:14:00 +02:00

8 lines
128 B
C#

namespace QuestPDF.Infrastructure
{
internal enum ContentDirection
{
LeftToRight,
RightToLeft
}
}