PDF real number object [PDF:1.6:3.2.2]. More...
Public Member Functions | |
| override PdfObject | Accept (IVisitor visitor, object data) |
| override int | CompareTo (PdfDirectObject obj) |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
| PdfReal (double value) | |
| override void | WriteTo (IOutputStream stream, File context) |
Static Public Member Functions | |
| static PdfReal | Get (double?value) |
| Gets the object equivalent to the given value. | |
Properties | |
| double | DoubleValue [get] |
| Gets the double-precision floating-point representation of the value. | |
| float | FloatValue [get] |
| Gets the floating-point representation of the value. | |
| int | IntValue [get] |
| Gets the integer representation of the value. | |
| object | Value [get] |
PDF real number object [PDF:1.6:3.2.2].
| org.pdfclown.objects.PdfReal.PdfReal | ( | double | value | ) |
References org.pdfclown.objects.IVisitor.Visit().
| override int org.pdfclown.objects.PdfReal.CompareTo | ( | PdfDirectObject | obj | ) |
| override bool org.pdfclown.objects.PdfReal.Equals | ( | object | obj | ) |
| static PdfReal org.pdfclown.objects.PdfReal.Get | ( | double? | value | ) | [static] |
Gets the object equivalent to the given value.
| override int org.pdfclown.objects.PdfReal.GetHashCode | ( | ) |
| override void org.pdfclown.objects.PdfReal.WriteTo | ( | IOutputStream | stream, | |
| File | context | |||
| ) |
double org.pdfclown.objects.PdfReal.DoubleValue [get] |
Gets the double-precision floating-point representation of the value.
Implements org.pdfclown.objects.IPdfNumber.
float org.pdfclown.objects.PdfReal.FloatValue [get] |
Gets the floating-point representation of the value.
Implements org.pdfclown.objects.IPdfNumber.
int org.pdfclown.objects.PdfReal.IntValue [get] |
Gets the integer representation of the value.
Implements org.pdfclown.objects.IPdfNumber.
object org.pdfclown.objects.IPdfSimpleObject.Value [get, inherited] |
Copyright 2006-2013 Stefano Chizzolini. For more information, please visit PDF Clown home page.
Generated on Sat Feb 9 21:08:40 2013 for PDF Clown 0.1.2 by
1.6.3