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