PDFKit.NET 2.0 Class Library (.NET 2.0)

Update.Write Method

Write this update of the document to any writer.

Overload List

Write this update of the document to any writer.

public void Write(BinaryWriter);

Write this update of the document to a stream, eg a FileStream or MemoryStream.

public void Write(Stream);

See Also

Update Class | TallComponents.PDF Namespace