Namespace TallComponents.PDF.Layout.ResourceLoader
Class LoadedResource
This class contains the information for a loaded resource.
Syntax
public class LoadedResource
: Object
Constructors
LoadedResource(Stream,String,String,String,PathType)
Creates a new LoadedResource instance.
LoadedResource(Stream,String,PathType)
Creates a new LoadedResource instance.
Properties
String CharacterSet
Character set. (can be null/nothing)
String ContentType
Character set. (can be null/nothing)
Stream Data
The actual data the resource loader delivered.
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.