Specifies how the page template is aligned relative to the template area.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public enum PdfAlignmentStyle
Public Enumeration PdfAlignmentStyle
public enum class PdfAlignmentStyle
type PdfAlignmentStyle

Members

MemberValueDescription
None0
Specifies no alignment.
TopLeft1
The template is top left aligned.
TopCenter2
The template is top center aligned.
TopRight3
The template is top right aligned.
MiddleLeft4
The template is middle left aligned.
MiddleCenter5
The template is middle center aligned.
MiddleRight6
The template is middle right aligned.
BottomLeft7
The template is bottom left aligned.
BottomCenter8
The template is bottom center aligned.
BottomRight9
The template is bottom right aligned.

Remarks

This enumeration is used in class.

See Also