PDFsharp-net6

CReal

Namespace: PdfSharp.Pdf.Content.Objects

Represents a real value in a PDF content stream.

public class CReal : CNumber, System.ICloneable

Inheritance ObjectCObjectCNumberCReal
Implements ICloneable

Properties

Value

Gets or sets the value.

public double Value { get; set; }

Property Value

Double

Constructors

CReal()

public CReal()

Methods

Clone()

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

public CReal Clone()

Returns

CReal

Copy()

Implements the copy mechanism of this class.

protected CObject Copy()

Returns

CObject

ToString()

Returns a string that represents the current value.

public string ToString()

Returns

String

WriteObject(ContentWriter)

internal void WriteObject(ContentWriter writer)

Parameters

writer ContentWriter