PdfWriter Constructor (Stream, OutputIntent, PdfVtOptions)

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

Syntax

C#
public PdfWriter(
	Stream stream,
	OutputIntent outputIntent,
	PdfVtOptions vtOptions
)

Parameters

stream

Type: System.IO.Stream

outputIntent

Type: Aurigma.GraphicsMill.Codecs.OutputIntent

vtOptions

Type: Aurigma.GraphicsMill.Codecs.PdfVtOptions

See Also

Reference