Back to Devexpress

PdfContentHorizontalAlignment Enum

officefileapi-devexpress-dot-pdf-6c35d60c.md

latest1.2 KB
Original Source

PdfContentHorizontalAlignment Enum

Lists values used to specify the horizontal alignment of the PDF page content.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public enum PdfContentHorizontalAlignment
vb
Public Enum PdfContentHorizontalAlignment

Members

NameDescription
Left

The content is left-aligned.

| | Center |

The content is center-aligned.

| | Right |

The content is right-aligned.

|

Remarks

Pass one of the enumeration values as the PdfPage.Resize method parameter to specify the resized page’s content horizontal alignment.

See Also

DevExpress.Pdf Namespace