Table of Contents

Method ToString

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

ToString()

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

public override string ToString()

Returns

string

A string that represents this PdfMatrix.

ToString(IFormatProvider)

Converts this PdfMatrix to a human readable string.

public string ToString(IFormatProvider provider)

Parameters

provider IFormatProvider

The culture-specific formatting information.

Returns

string

A string that represents this PdfMatrix.