Table of Contents

Struct ResourceResponse

Namespace
NetPdf
Assembly
NetPdf.dll

Response returned by IResourceLoader. Use default (an empty Content) to indicate the resource was not found.

public readonly record struct ResourceResponse : IEquatable<ResourceResponse>
Implements
Inherited Members

Properties

CharSet

public string? CharSet { get; init; }

Property Value

string

Content

public required ReadOnlyMemory<byte> Content { get; init; }

Property Value

ReadOnlyMemory<byte>

MimeType

public string? MimeType { get; init; }

Property Value

string