[This is preliminary documentation and is subject to change.]
Assembly: TallComponents.WebToPDF (in TallComponents.WebToPDF.dll) Version: 1.0.4.1
Syntax
| C# |
|---|
public LoadedResource( byte[] data, string characterSet, string contentType, string fullPath, PathType pathType ) |
| Visual Basic |
|---|
Public Sub New ( _ data As Byte(), _ characterSet As String, _ contentType As String, _ 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,System.String,System.String,TallComponents.Web.ResourceLoader.PathType)"]
- characterSet
- Type: System..::..String
[Missing <param name="characterSet"/> documentation for "M:TallComponents.Web.ResourceLoader.LoadedResource.#ctor(System.Byte[],System.String,System.String,System.String,TallComponents.Web.ResourceLoader.PathType)"]
- contentType
- Type: System..::..String
[Missing <param name="contentType"/> documentation for "M:TallComponents.Web.ResourceLoader.LoadedResource.#ctor(System.Byte[],System.String,System.String,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,System.String,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,System.String,System.String,TallComponents.Web.ResourceLoader.PathType)"]