Table of Contents

Class WritingExtensions

Namespace
UglyToad.PdfPig.Core
Assembly
UglyToad.PdfPig.Core.dll

Handles writing specified data types to an output stream in a valid PDF compliant format.

public static class WritingExtensions
Inheritance
WritingExtensions
Inherited Members

Methods

WriteShort(Stream, short)

Write the short to the stream as a short.

public static void WriteShort(this Stream stream, short value)

Parameters

stream Stream
value short

WriteShort(Stream, ushort)

Write the ushort to the stream as a short.

public static void WriteShort(this Stream stream, ushort value)

Parameters

stream Stream
value ushort

WriteUInt(Stream, long)

Write the long to the stream as a uint.

public static void WriteUInt(this Stream stream, long value)

Parameters

stream Stream
value long

WriteUInt(Stream, uint)

Write the uint to the stream as a uint.

public static void WriteUInt(this Stream stream, uint value)

Parameters

stream Stream
value uint

WriteUShort(Stream, int)

Write the int to the stream as a ushort.

public static void WriteUShort(this Stream stream, int value)

Parameters

stream Stream
value int

WriteUShort(Stream, ushort)

Write the ushort to the stream as a ushort.

public static void WriteUShort(this Stream stream, ushort value)

Parameters

stream Stream
value ushort