Skip to main content
Skip table of contents

PdfNumber

PdfNumber Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf
  iTextSharp.text.pdf.PdfNumber[[PdfNumber]]
  iTextSharp.text.pdf.PdfObject[[PdfObject]]
  class iTextSharp.text.pdf.PdfObject abstractStyle;
  end
iTextSharp.text.pdf.PdfObject --> iTextSharp.text.pdf.PdfNumber

Members

Properties

Public properties
TypeNameMethods
doubleDoubleValueget
floatFloatValueget
intIntValueget
longLongValueget

Methods

Public methods
ReturnsName
voidIncrement()

Details

Inheritance

Constructors

PdfNumber [1/5]

Source code

public PdfNumber(string content)
Arguments
TypeNameDescription
stringcontent
PdfNumber [2/5]

Source code

public PdfNumber(int value)
Arguments
TypeNameDescription
intvalue
PdfNumber [3/5]

Source code

public PdfNumber(long value)
Arguments
TypeNameDescription
longvalue
PdfNumber [4/5]

Source code

public PdfNumber(double value)
Arguments
TypeNameDescription
doublevalue
PdfNumber [5/5]

Source code

public PdfNumber(float value)
Arguments
TypeNameDescription
floatvalue

Methods

Increment

Source code

public virtual void Increment()

Properties

IntValue
public virtual int IntValue { get; }
LongValue
public virtual long LongValue { get; }
DoubleValue
public virtual double DoubleValue { get; }
FloatValue
public virtual float FloatValue { get; }

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.