Class PdfLongIntegerObject
Represents an indirect 64-bit signed 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.
public sealed class PdfLongIntegerObject : PdfNumberObject, ICloneable
- Inheritance
-
PdfLongIntegerObject
- Implements
- Inherited Members
Constructors
PdfLongIntegerObject()
Initializes a new instance of the PdfLongIntegerObject class.
public PdfLongIntegerObject()
PdfLongIntegerObject(PdfDocument, long)
Initializes a new instance of the PdfLongIntegerObject class.
public PdfLongIntegerObject(PdfDocument document, long value)
Parameters
document
PdfDocumentvalue
long
PdfLongIntegerObject(long)
Initializes a new instance of the PdfLongIntegerObject class.
public PdfLongIntegerObject(long value)
Parameters
value
long
Properties
Value
Gets the value as 64-bit integer.
public long Value { get; }
Property Value
Methods
ToString()
Returns the integer as string.
public override string ToString()