Click or drag to resize

PdfMetamorphosisTextSetting Class

Set a single font face, size, color and alignment for all text in PDF document.
Inheritance Hierarchy
SystemObject
  SautinSoftPdfMetamorphosisTextSetting

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

The PdfMetamorphosisTextSetting type exposes the following members.

Constructors
 NameDescription
Public methodPdfMetamorphosisTextSetting Creates an instance of the CTextStyle class
Top
Properties
 NameDescription
Public propertyAligment Set a custom alignment for whole text in PDF document. Default option: Auto
Public propertyCode exampleFontColor Set single font color for all text in the PDF document. Default value: Empty.
Public propertyCode exampleFontFace Set a single custom font for a whole text in PDF document. Default value: Auto.
Public propertyCode exampleFontSize Set single font size for all text in the PDF document. Default value: 0.
Public propertyScaling Allows to scale some text properties (the scaling of FontSize and TextWidth appears in future)
Top
Methods
 NameDescription
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 methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also