DocumentWriter.GetObjectNumber
Overloads
GetObjectNumber() | Gets the indirect object number of the current indirect object. |
GetObjectNumber(Int32) | Gets the indirect object number of the current indirect object. |
GetObjectNumber()
Gets the indirect object number of the current indirect object.
public abstract int GetObjectNumber()
MustOverride Function GetObjectNumber() As Integer
Returns
Object number of current indirect object.
Licensing Info
This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
GetObjectNumber(Int32)
Gets the indirect object number of the current indirect object.
public abstract int GetObjectNumber(int offset)
MustOverride Function GetObjectNumber(offset As Integer) As Integer
Parameters
- offset
- Int32
Offset from the current object.
Returns
Object number of current indirect object.
Licensing Info
This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.