Class PdfUIntegerObject
Represents an indirect 32-bit unsigned integer value. This type is not used by PDFsharp. If it is imported from an external PDF file, the value is converted into a direct object.
[Obsolete("This class is deprecated and will be removed.")]
public sealed class PdfUIntegerObject : PdfNumberObject, ICloneable
- Inheritance
-
PdfUIntegerObject
- Implements
- Inherited Members
Constructors
PdfUIntegerObject()
Initializes a new instance of the PdfUIntegerObject class.
public PdfUIntegerObject()
PdfUIntegerObject(PdfDocument, uint)
Initializes a new instance of the PdfUIntegerObject class.
public PdfUIntegerObject(PdfDocument document, uint value)
Parameters
document
PdfDocumentThe document.
value
uintThe value.
PdfUIntegerObject(uint)
Initializes a new instance of the PdfUIntegerObject class.
public PdfUIntegerObject(uint value)
Parameters
value
uintThe value.
Properties
Value
Gets the value as unsigned integer.
public uint Value { get; }
Property Value
Methods
ToString()
Returns the integer as string.
public override string ToString()