Table of Contents

Class CInteger

Namespace
PdfSharp.Pdf.Content.Objects
Assembly
PdfSharp-gdi.dll

Represents an integer value in a PDF content stream.

public class CInteger : CNumber, ICloneable
Inheritance
CInteger
Implements
Inherited Members

Constructors

CInteger()

public CInteger()

Properties

Value

Gets or sets the value.

public int Value { get; set; }

Property Value

int

Methods

Clone()

Creates a new object that is a copy of the current instance.

public CInteger Clone()

Returns

CInteger

ToString()

Returns a string that represents the current value.

public override string ToString()

Returns

string