Click or drag to resize

StiPdfGeomWriter Constructor (StreamWriter, StiPdfExportService, Boolean)

Initializes a new instance of the StiPdfGeomWriter class

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiPdfGeomWriter(
	StreamWriter stream,
	StiPdfExportService service,
	bool assembleData = false
)

Parameters

stream
Type: System.IOStreamWriter

[Missing <param name="stream"/> documentation for "M:Stimulsoft.Report.Export.StiPdfGeomWriter.#ctor(System.IO.StreamWriter,Stimulsoft.Report.Export.StiPdfExportService,System.Boolean)"]

service
Type: Stimulsoft.Report.ExportStiPdfExportService

[Missing <param name="service"/> documentation for "M:Stimulsoft.Report.Export.StiPdfGeomWriter.#ctor(System.IO.StreamWriter,Stimulsoft.Report.Export.StiPdfExportService,System.Boolean)"]

assembleData (Optional)
Type: SystemBoolean

[Missing <param name="assembleData"/> documentation for "M:Stimulsoft.Report.Export.StiPdfGeomWriter.#ctor(System.IO.StreamWriter,Stimulsoft.Report.Export.StiPdfExportService,System.Boolean)"]

See Also