Table of Contents

Interface IWriteable

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

Indicates that a data structure can be written to an output stream.

public interface IWriteable

Methods

Write(Stream)

Write the data to the output stream.

void Write(Stream stream)

Parameters

stream Stream