Table of Contents

Class PdfWin

Namespace
iText.Kernel.Pdf.Action
Assembly
itext.kernel.dll

This class is a wrapper around a Windows launch parameter dictionary.

public class PdfWin : PdfObjectWrapper<PdfDictionary>
Inheritance
PdfWin
Inherited Members

Constructors

PdfWin(PdfDictionary)

Creates a new wrapper around an existing Windows launch parameter dictionary.

public PdfWin(PdfDictionary pdfObject)

Parameters

pdfObject PdfDictionary

the dictionary to create a wrapper for

PdfWin(PdfString)

Creates a new wrapper around a newly created Windows launch parameter dictionary.

public PdfWin(PdfString f)

Parameters

f PdfString

the file name of the application that shall be launched or the document that shall be opened or printed, in standard Windows pathname format. If the name string includes a backslash character (), the backslash shall itself be preceded by a backslash.

PdfWin(PdfString, PdfString, PdfString, PdfString)

Creates a new wrapper around a newly created Windows launch parameter dictionary.

public PdfWin(PdfString f, PdfString d, PdfString o, PdfString p)

Parameters

f PdfString

the file name of the application that shall be launched or the document that shall be opened or printed, in standard Windows pathname format. If the name string includes a backslash character (), the backslash shall itself be preceded by a backslash

d PdfString

a bye string specifying the default directory in standard DOS syntax

o PdfString

an ASCII string specifying the operation to perform on the file. Shall be one of the following: "open", "print"

p PdfString

a parameter string that shall be passed to the application. This entry shall be omitted if a document is abound to be opened

Methods

IsWrappedObjectMustBeIndirect()

protected override bool IsWrappedObjectMustBeIndirect()

Returns

bool