Files
QuestPDF/QuestPDF/Infrastructure/ContentDirectionType.cs
T
2022-06-12 15:13:26 +02:00

8 lines
130 B
C#

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