Table of Contents

Method ToString

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

ToString()

Converts this PdfSize to a human readable string.

public override readonly string ToString()

Returns

string

A string that represents this PdfSize.

ToString(IFormatProvider)

Converts this PdfSize to a human readable string.

public readonly string ToString(IFormatProvider provider)

Parameters

provider IFormatProvider

The culture-specific formatting information.

Returns

string

A string that represents this PdfSize.