StringFormat Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Represents the text layout information.
Inheritance Hierarchy
Bytescout.PDFStringFormat
Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
The StringFormat type exposes the following members.
Constructors
Name | Description | |
---|---|---|
StringFormat | Initializes a new instance of the Bytescout.PDF.StringFormat class. |
Properties
Name | Description | |
---|---|---|
CharacterSpacing | 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. | |
DirectionRightToLeft | Gets or sets the text direction. | |
DisableLigatures | Gets or sets whether to disable font ligatures when drawing text in RTL (right-to-left) languages. | |
HorizontalAlign | Gets or sets the text horizontal alignment. | |
Leading | Gets or sets the text leading. It specifies the vertical distance between the baselines of adjacent lines of text. | |
Rise | Gets or sets the text rise. | |
Scaling | Gets or sets the horizontal scaling of text. | |
VerticalAlign | Gets or sets the text vertical alignment. | |
WordSpacing | Gets or sets a value that indicates spacing between the words in the text. |
Methods
Name | Description | |
---|---|---|
Clone | Allows the creation of a shallow copy of this Bytescout.PDF.StringFormat. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also