Click or drag to resize

PdfMetamorphosisTextSettingScale Class

Allows to scale some text properties (the scaling of FontSize and TextWidth appears in future)
Inheritance Hierarchy
SystemObject
  SautinSoftPdfMetamorphosisTextSettingScale

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

The PdfMetamorphosisTextSettingScale type exposes the following members.

Properties
 NameDescription
Public propertyLineSpacing Scale the current line spacing in percents. max = 10(1000%), min = 0.1(10%). Default value: 1.
Public propertyTextSize Scale the current text size in percents. max = 10(1000%), min = 0.1(10%). Default value: 1.
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