Class PdfWin
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
PdfDictionarythe 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
PdfStringthe 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
PdfStringthe 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
PdfStringa bye string specifying the default directory in standard DOS syntax
o
PdfStringan ASCII string specifying the operation to perform on the file. Shall be one of the following: "open", "print"
p
PdfStringa 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()