Layer | COS_Layer |
Object | CosInteger |
Integers may be specified by signed or unsigned constants. See Section 3.2.2 in the PDF Reference for details.
Method | ||
---|---|---|
ASInt64 CosInteger64Value(CosObj obj)
Gets the 64-bit integer value of a specified number object.
|
||
ASInt32 CosIntegerValue(CosObj obj)
Gets the 32-bit integer value of a specified number object.
|
||
Creates a new 32-bit integer object associated with the specified document and having the specified value.
|
||
Acrobat 7 additions Creates a new 64-bit integer object associated with the specified document and having the specified value.
|
CosInteger64Value | () |
Product availability: PDFL |
Platform availability: Macintosh, Windows, UNIX |
Gets the 64-bit integer value of a specified number object.
An exception is raised if the given object has the wrong Cos type.
Parameters
obj — | The object whose integer value is obtained. It must have type |
The 64-bit integer value of |
See Also
Since
File: CosProcs.h |
Line: 1829 |
CosIntegerValue | () |
Product availability: PDFL |
Platform availability: Macintosh, Windows, UNIX |
Gets the 32-bit integer value of a specified number object.
Parameters
obj — | The object whose integer value is obtained. It must have type An exception is raised if the given object has the wrong Cos type. |
The 32-bit integer value of |
See Also
Since
File: CosProcs.h |
Line: 488 |
CosNewInteger | () |
Product availability: PDFL |
Platform availability: Macintosh, Windows, UNIX |
Creates a new 32-bit integer object associated with the specified document and having the specified value.
Parameters
dP — | ||
indirect — | IN If |
|
value — |
An object of type CosInteger. |
See Also
Since
File: CosProcs.h |
Line: 160 |
CosNewInteger64 | () |
Product availability: PDFL |
Platform availability: Macintosh, Windows, UNIX |
Acrobat 7 additions Creates a new 64-bit integer object associated with the specified document and having the specified value.
Parameters
dP — | ||
indirect — | IN If |
|
value — |
An object of type CosInteger. |
See Also
Since
File: CosProcs.h |
Line: 1810 |