8 lines
126 B
C#
8 lines
126 B
C#
namespace QuestPDF.Infrastructure
|
|
{
|
|
public enum ContentDirection
|
|
{
|
|
LeftToRight,
|
|
RightToLeft
|
|
}
|
|
} |