[This is preliminary documentation and is subject to change.]

Initializes a new instance of the LoadedResource class

Namespace: TallComponents.Web.ResourceLoader
Assembly: TallComponents.WebToPDF (in TallComponents.WebToPDF.dll) Version: 1.0.4.1

Syntax

C#
public LoadedResource(
	byte[] data,
	string fullPath,
	PathType pathType
)
Visual Basic
Public Sub New ( _
	data As Byte(), _
	fullPath As String, _
	pathType As PathType _
)

Parameters

data
Type: array<System..::..Byte>[]()[][]

[Missing <param name="data"/> documentation for "M:TallComponents.Web.ResourceLoader.LoadedResource.#ctor(System.Byte[],System.String,TallComponents.Web.ResourceLoader.PathType)"]

fullPath
Type: System..::..String

[Missing <param name="fullPath"/> documentation for "M:TallComponents.Web.ResourceLoader.LoadedResource.#ctor(System.Byte[],System.String,TallComponents.Web.ResourceLoader.PathType)"]

pathType
Type: TallComponents.Web.ResourceLoader..::..PathType

[Missing <param name="pathType"/> documentation for "M:TallComponents.Web.ResourceLoader.LoadedResource.#ctor(System.Byte[],System.String,TallComponents.Web.ResourceLoader.PathType)"]

See Also