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.
Define | ||
---|---|---|
CosInteger64Value | ||
CosNewInteger64 |
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: Acrobat, Reader |
Platform availability: Macintosh, Windows, UNIX |
#define CosInteger64Value CosCallMacro(CosInteger64Value, 7)
File: CosCalls.h |
Line: 423 |
CosNewInteger64 |
Product availability: Acrobat, Reader |
Platform availability: Macintosh, Windows, UNIX |
#define CosNewInteger64 CosCallMacro(CosNewInteger64, 7)
File: CosCalls.h |
Line: 422 |
CosInteger64Value | () |
Product availability: All |
Platform availability: All |
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: 1830 |
CosIntegerValue | () |
Product availability: All |
Platform availability: All |
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: All |
Platform availability: All |
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: All |
Platform availability: All |
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: 1811 |