Represents a direct unsigned integer value.
            
Inheritance Hierarchy
PdfEdit.PdfPdfItem
PdfEdit.PdfPdfNumber
PdfEdit.PdfPdfUInteger
Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax
The PdfUInteger type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PdfUInteger | 
            Initializes a new instance of the PdfUInteger class.
              | |
| PdfUInteger(UInt32) | 
            Initializes a new instance of the PdfUInteger class.
              | 
Methods
| Name | Description | |
|---|---|---|
| Clone | 
            Creates a copy of this object.
              (Inherited from PdfItem.) | |
| Equals | Determines whether the specified Object is equal to the current Object.  (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| GetTypeCode | 
            Returns type code for 32-bit integers.
              | |
| ToBoolean | 
            Converts the value of this instance to an equivalent Boolean value.
              | |
| ToByte | 
            Converts the value of this instance to an equivalent 8-bit unsigned integer.
              | |
| ToChar | 
            Converts the value of this instance to an equivalent Unicode character.
              | |
| ToDateTime | 
            Returns an undefined DateTime structure.
              | |
| ToDecimal | 
            Converts the value of this instance to an equivalent Decimal number.
              | |
| ToDouble | 
            Converts the value of this instance to an equivalent double-precision floating-point number.
              | |
| ToInt16 | 
            Converts the value of this instance to an equivalent 16-bit signed integer.
              | |
| ToInt32 | 
            Converts the value of this instance to an equivalent 32-bit signed integer.
              | |
| ToInt64 | 
            Converts the value of this instance to an equivalent 64-bit signed integer.
              | |
| ToSByte | 
            Converts the value of this instance to an equivalent 8-bit signed integer.
              | |
| ToSingle | 
            Converts the value of this instance to an equivalent single-precision floating-point number.
              | |
| ToString | 
            Returns the unsigned integer as string.
              (Overrides ObjectToString.) | |
| ToType | 
            Returns null.
              | |
| ToUInt16 | 
            Converts the value of this instance to an equivalent 16-bit unsigned integer.
              | |
| ToUInt32 | 
            Converts the value of this instance to an equivalent 32-bit unsigned integer.
              | |
| ToUInt64 | 
            Converts the value of this instance to an equivalent 64-bit unsigned integer.
              | 
Properties
| Name | Description | |
|---|---|---|
| Value | 
            Gets the value as integer.
              | 
See Also