Enum PageLayoutAlignmentType

PageLayoutAlignmentType enumeration

Enumerates page layout alignment types.

public enum PageLayoutAlignmentType

Values

NameValueDescription
Bottom0Represents bottom page layout alignment.
Center1Represents center page layout alignment.
Left2Represents left page layout alignment.
Right3Represents right page layout alignment.
Top4Represents top page layout alignment.

See Also