Table of Contents

Class CReal

Namespace
PdfSharp.Pdf.Content.Objects
Assembly
PdfSharp-gdi.dll

Represents a real value in a PDF content stream.

public class CReal : CNumber, ICloneable
Inheritance
CReal
Implements
Inherited Members

Constructors

CReal()

public CReal()

Properties

Value

Gets or sets the value.

public double Value { get; set; }

Property Value

double

Methods

Clone()

Creates a new object that is a copy of the current instance.

public CReal Clone()

Returns

CReal

ToString()

Returns a string that represents the current value.

public override string ToString()

Returns

string