PdfTargetDictionary Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf.collection iTextSharp.text.pdf.collection.PdfTargetDictionary[[PdfTargetDictionary]] end subgraph iTextSharp.text.pdf iTextSharp.text.pdf.PdfDictionary[[PdfDictionary]] end iTextSharp.text.pdf.PdfDictionary --> iTextSharp.text.pdf.collection.PdfTargetDictionary
Members
Properties
Public properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Details
Inheritance
Constructors
PdfTargetDictionary [1/2]
Source code
public PdfTargetDictionary(PdfTargetDictionary nested)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
nested |
PdfTargetDictionary [2/2]
Source code
public PdfTargetDictionary(bool child)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
child |
Properties
EmbeddedFileName
public virtual string EmbeddedFileName { set; }
FileAttachmentPagename
public virtual string FileAttachmentPagename { set; }
FileAttachmentPage
public virtual int FileAttachmentPage { set; }
FileAttachmentName
public virtual string FileAttachmentName { set; }
FileAttachmentIndex
public virtual int FileAttachmentIndex { set; }
AdditionalPath
public virtual PdfTargetDictionary AdditionalPath { set; }
Generated with ModularDoc