Table of Contents

Interface IPdfFilePath<TPrintSettings>

Namespace
DotNetBrowser.Print.Settings
Assembly
DotNetBrowser.dll

Allows configuring the destination PDF file path.

public interface IPdfFilePath<out TPrintSettings> where TPrintSettings : class, IPrintSettings

Type Parameters

TPrintSettings

The specific print settings type.

Extension Methods

Remarks

This interface is implemented by specific IPrintSettings implementations that support configuring the destination PDF file path.

Properties

PdfFilePath

Gets or sets the full PDF file path.