PdfUInteger ClassTerminal Works - PDF Printing.Net Library
Represents a direct unsigned integer value.
Inheritance Hierarchy

SystemObject
  PdfEdit.PdfPdfItem
    PdfEdit.PdfPdfNumber
      PdfEdit.PdfPdfUInteger

Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public sealed class PdfUInteger : PdfNumber, 
	IConvertible

The PdfUInteger type exposes the following members.

Constructors

  NameDescription
Public methodPdfUInteger
Initializes a new instance of the PdfUInteger class.
Public methodPdfUInteger(UInt32)
Initializes a new instance of the PdfUInteger class.
Top
Methods

  NameDescription
Public methodClone
Creates a copy of this object.
(Inherited from PdfItem.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetTypeCode
Returns type code for 32-bit integers.
Public methodToBoolean
Converts the value of this instance to an equivalent Boolean value.
Public methodToByte
Converts the value of this instance to an equivalent 8-bit unsigned integer.
Public methodToChar
Converts the value of this instance to an equivalent Unicode character.
Public methodToDateTime
Returns an undefined DateTime structure.
Public methodToDecimal
Converts the value of this instance to an equivalent Decimal number.
Public methodToDouble
Converts the value of this instance to an equivalent double-precision floating-point number.
Public methodToInt16
Converts the value of this instance to an equivalent 16-bit signed integer.
Public methodToInt32
Converts the value of this instance to an equivalent 32-bit signed integer.
Public methodToInt64
Converts the value of this instance to an equivalent 64-bit signed integer.
Public methodToSByte
Converts the value of this instance to an equivalent 8-bit signed integer.
Public methodToSingle
Converts the value of this instance to an equivalent single-precision floating-point number.
Public methodToString
Returns the unsigned integer as string.
(Overrides ObjectToString.)
Public methodToType
Returns null.
Public methodToUInt16
Converts the value of this instance to an equivalent 16-bit unsigned integer.
Public methodToUInt32
Converts the value of this instance to an equivalent 32-bit unsigned integer.
Public methodToUInt64
Converts the value of this instance to an equivalent 64-bit unsigned integer.
Top
Properties

  NameDescription
Public propertyValue
Gets the value as integer.
Top
See Also

Reference