PdfWriter Constructor (Stream, OutputIntent)

Initializes a new instance of the PdfWriter class using the specified Stream and OutputIntent.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public PdfWriter(
	Stream stream,
	OutputIntent outputIntent
)

Parameters

stream

Type: System.IO.Stream

The Stream to create this writer on.
outputIntent

Type: Aurigma.GraphicsMill.Codecs.OutputIntent

The output intent.

See Also

Reference