Table of Contents

Method ToString

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

ToString()

Converts the Location and Size of this PdfRectangle to a human-readable string.

public override readonly string ToString()

Returns

string

A string that contains the position, width, and height of this PdfRectangle structure.

ToString(IFormatProvider)

Converts the Location and Size of this PdfRectangle to a human-readable string.

public readonly string ToString(IFormatProvider provider)

Parameters

provider IFormatProvider

The culture-specific formatting information.

Returns

string

A string that contains the position, width, and height of this PdfRectangle structure.