PdfMatrix.ToString Method

Converts this PdfMatrix to a human readable string with culture-specific formatting information.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public override string ToString()
VB
Public Overrides Function ToString As String

Return Value

Type: String
A string that represents this PdfMatrix.

See Also