StringFormat ClassByteScout PDF SDK
Represents the text layout information.
Inheritance Hierarchy

SystemObject
  Bytescout.PDFStringFormat

Namespace:  Bytescout.PDF
Assembly:  Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax

public class StringFormat : ICloneable

The StringFormat type exposes the following members.

Constructors

  NameDescription
Public methodStringFormat
Initializes a new instance of the Bytescout.PDF.StringFormat class.
Top
Properties

  NameDescription
Public propertyCharacterSpacing
Gets or sets value that indicates a distance between the text characters. When the glyph for each character in the string is rendered, this value is added to the the glyph’s displacement.
Public propertyDirectionRightToLeft
Gets or sets the text direction.
Public propertyDisableLigatures
Gets or sets whether to disable font ligatures when drawing text in RTL (right-to-left) languages.
Public propertyHorizontalAlign
Gets or sets the text horizontal alignment.
Public propertyLeading
Gets or sets the text leading. It specifies the vertical distance between the baselines of adjacent lines of text.
Public propertyRise
Gets or sets the text rise.
Public propertyScaling
Gets or sets the horizontal scaling of text.
Public propertyVerticalAlign
Gets or sets the text vertical alignment.
Public propertyWordSpacing
Gets or sets a value that indicates spacing between the words in the text.
Top
Methods

  NameDescription
Public methodClone
Allows the creation of a shallow copy of this Bytescout.PDF.StringFormat.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference