Constructor LoadedResource

Namespace TallComponents.PDF.Layout.ResourceLoader
Class LoadedResource

Creates a new LoadedResource instance.

Syntax

public  LoadedResource( Stream  data String  characterSet String  contentType String  fullPath PathType  pathType )

Parameters


Stream data
The actual data this URL delivered.

String characterSet
Character set. (can be null)

String contentType
Content type (can be null)

String fullPath
The full path used to resolve this resource. (the combination of the basepath and path)

PathType pathType
The type of which the FullPath is.