Click or drag to resize

PdfMetamorphosisTextSettingAlignments Class

Set a single text alignment for all text in PDF document. Default option: Auto.
Inheritance Hierarchy
SystemObject
  SautinSoftPdfMetamorphosisTextSettingAlignments

Namespace: SautinSoft
Assembly: PdfMetamorphosis (in PdfMetamorphosis.dll) Version: 2024.1.12
Syntax
public class Alignments

The PdfMetamorphosisTextSettingAlignments type exposes the following members.

Constructors
 NameDescription
Public methodPdfMetamorphosisTextSettingAlignments Creates an instance of Alignments class.
Top
Methods
 NameDescription
Public methodAuto Keep text alignment the same as in a source document.
Public methodCenter Align all text in PDF document by center.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodJustify Align all text in PDF document by justify.
Public methodLeft Align all text in PDF document by left.
Public methodRight Align all text in PDF document by right.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also