[]
Defines full ID of PDF object including ID and generation.
public struct PdfObjID : IEquatable<PdfObjID>
Public Structure PdfObjID
Implements IEquatable(Of PdfObjID)
| Name | Description |
|---|---|
| PdfObjID(int, int) | Initializes a new instance of the PdfObjID structure. |
| Name | Description |
|---|---|
| Empty | The empty PdfObjID structure. |
| Gen | The object's generation. |
| ID | The object's id. |
| Name | Description |
|---|---|
| Equals(PdfObjID) | Determines whether two PdfObjID instances are equal. |
| Equals(object) | |
| GetHashCode() | |
| IsEmpty() | Returns a value indicating whether this PdfObjID struct contains empty object ID. |
| ToString() | |
| TryParse(string, out PdfObjID) | Converts the string representation of a PdfObjID to a PdfObjID. A return value indicates whether the operation succeeded. |
| Name | Description |
|---|---|
| operator ==(PdfObjID, PdfObjID) | The equality operator. |
| operator !=(PdfObjID, PdfObjID) | The inequality operator. |