PDFsharp-net6

CInteger

Namespace: PdfSharp.Pdf.Content.Objects

Represents an integer value in a PDF content stream.

public class CInteger : CNumber, System.ICloneable

Inheritance ObjectCObjectCNumberCInteger
Implements ICloneable

Properties

Value

Gets or sets the value.

public int Value { get; set; }

Property Value

Int32

Constructors

CInteger()

public CInteger()

Methods

Clone()

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

public CInteger Clone()

Returns

CInteger

Copy()

Implements the copy mechanism of this class.

protected CObject Copy()

Returns

CObject

ToString()

Returns a string that represents the current value.

public string ToString()

Returns

String

WriteObject(ContentWriter)

internal void WriteObject(ContentWriter writer)

Parameters

writer ContentWriter