XStringFormat ClassTerminal Works - PDF Printing.Net Library
Represents the text layout information.
Inheritance Hierarchy

SystemObject
  PdfEdit.DrawingXStringFormat

Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public class XStringFormat

The XStringFormat type exposes the following members.

Constructors

  NameDescription
Public methodXStringFormat
Initializes a new instance of the XStringFormat class.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyAlignment
Gets or sets horizontal text alignment information.
Public propertyStatic memberBottomCenter Obsolete.
Gets a new XStringFormat object that centers the text at the bottom of the layout rectangle.
Public propertyStatic memberCenter Obsolete.
Gets a new XStringFormat object that centers the text in the middle of the layout rectangle.
Public propertyComb
Support PdfAcroFieldFlags.Comb
Public propertyCombWidth
Width of a single comb for the output-string
Public propertyStatic memberDefault Obsolete.
Gets a new XStringFormat object that aligns the text left on the base line.
Public propertyLineAlignment
Gets or sets the line alignment.
Public propertyStatic memberTopCenter Obsolete.
Gets a new XStringFormat object that centers the text at the top of the layout rectangle.
Public propertyStatic memberTopLeft Obsolete.
Gets a new XStringFormat object that aligns the text top left of the layout rectangle.
Top
See Also

Reference