Doc GetInfoInt Function. Gets numeric information about an object. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Gets numeric information about an object.

 

   
Syntax  

[C#]
int GetInfoInt(int id, string type)

[Visual Basic]
Function GetInfoInt(id As Integer, type As String) As Integer

 

   

Params
 
Name Description
id

The Object ID of the object to be queried.

type

The type of information to be retrieved.

return The returned integer.

 

   

Notes
 

This function behaves identically to the GetInfo method but returns an integer rather than a string. If the information cannot be obtained or is not numeric, the return value will be zero.

 

   

Example
 

See the GetInfo function.