Layer | COS_Layer |
Object | CosFixed |
Fixed numbers may only be in decimal format. See Section 3.2.2 in the PDF Reference for details.
Method | ||
---|---|---|
ASFixed CosFixedValue(CosObj obj)
Gets the value of obj as a fixed-point real number.
|
||
Creates a new real-number object from a fixed-point number associated with the specified document.
|
CosFixedValue | () |
Product availability: All |
Platform availability: All |
Gets the value of obj
as a fixed-point real number.
Parameters
obj — | The object whose value is obtained. It must have type An exception is raised if the given object has the wrong Cos type. |
The numeric value of |
See Also
Since
File: CosProcs.h |
Line: 503 |
CosNewFixed | () |
Product availability: All |
Platform availability: All |
Creates a new real-number object from a fixed-point number associated with the specified document.
Parameters
dP — | The document in which the number is used. |
|
indirect — | If |
|
value — | The real number, represented as a fixed-point number. |
See Also
Since
File: CosProcs.h |
Line: 179 |