Table of Contents

Method ToString

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

ToString()

Converts this PdfBox to a human-readable string.

public override readonly string ToString()

Returns

string

A string that describes this PdfBox structure.

ToString(IFormatProvider)

Converts this PdfBox to a human-readable string.

public readonly string ToString(IFormatProvider provider)

Parameters

provider IFormatProvider

The culture-specific formatting information.

Returns

string

A string that describes this PdfBox structure.