Files
QuestPDF/Source/QuestPDF/Infrastructure/ContentDirection.cs
T
2023-05-07 04:00:01 +02:00

8 lines
126 B
C#

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