Table of Contents

Class PdfRequest

Namespace
Dynamicweb.Imaging
Assembly
Dynamicweb.Core.dll

Represents a url request used for generating a pdf document.

public sealed class PdfRequest
Inheritance
PdfRequest
Inherited Members

Constructors

PdfRequest(string)

Creates a new instance of PdfRequest

public PdfRequest(string url)

Parameters

url string

URL address of the content.

PdfRequest(Uri)

Creates a new instance of PdfRequest

public PdfRequest(Uri url)

Parameters

url Uri

URL address of the content.

Properties

Cookies

Cookie values used in the request

public IDictionary<string, string> Cookies { get; }

Property Value

IDictionary<string, string>

Url

URL address of the content.

public Uri Url { get; }

Property Value

Uri
To top