Click or drag to resize

StiHyperlinkProcessorGetImage Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Helpers.StiHyperlinkProcessor.GetImage(Stimulsoft.Report.StiReport,System.String,System.Int32,System.Int32)"]

Namespace:  Stimulsoft.Report.Helpers
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static Image GetImage(
	StiReport report,
	string hyperlink,
	int width,
	int height
)

Parameters

report
Type: Stimulsoft.ReportStiReport

[Missing <param name="report"/> documentation for "M:Stimulsoft.Report.Helpers.StiHyperlinkProcessor.GetImage(Stimulsoft.Report.StiReport,System.String,System.Int32,System.Int32)"]

hyperlink
Type: SystemString

[Missing <param name="hyperlink"/> documentation for "M:Stimulsoft.Report.Helpers.StiHyperlinkProcessor.GetImage(Stimulsoft.Report.StiReport,System.String,System.Int32,System.Int32)"]

width
Type: SystemInt32

[Missing <param name="width"/> documentation for "M:Stimulsoft.Report.Helpers.StiHyperlinkProcessor.GetImage(Stimulsoft.Report.StiReport,System.String,System.Int32,System.Int32)"]

height
Type: SystemInt32

[Missing <param name="height"/> documentation for "M:Stimulsoft.Report.Helpers.StiHyperlinkProcessor.GetImage(Stimulsoft.Report.StiReport,System.String,System.Int32,System.Int32)"]

Return Value

Type: Image

[Missing <returns> documentation for "M:Stimulsoft.Report.Helpers.StiHyperlinkProcessor.GetImage(Stimulsoft.Report.StiReport,System.String,System.Int32,System.Int32)"]

See Also