PdfCopyFieldsImp Internal class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf iTextSharp.text.pdf.PdfCopyFieldsImp[[PdfCopyFieldsImp]] iTextSharp.text.pdf.PdfWriter[[PdfWriter]] end iTextSharp.text.pdf.PdfWriter --> iTextSharp.text.pdf.PdfCopyFieldsImp
Members
Methods
Protected methods
|
Returns |
Name |
|---|---|
|
|
(
parent, |
|
|
() |
|
|
() |
|
|
(
rootObj) |
|
|
() |
|
|
(
refi) |
|
|
(
widget) |
Internal methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
( |
|
|
( |
|
|
(
reader) |
|
|
( |
|
|
() |
|
|
( |
|
|
(
obj,
refo, |
Protected internal methods
|
Returns |
Name |
|---|---|
|
|
(
reader, |
|
|
(
refi) |
|
|
( |
|
|
(
refi) |
|
|
(
reader) |
Public methods
|
Returns |
Name |
|---|---|
|
|
() |
|
|
( |
|
|
() |
Internal Static methods
|
Returns |
Name |
|---|---|
|
|
(
reader,
refi) |
Details
Inheritance
Constructors
PdfCopyFieldsImp [1/2]
Source code
internal PdfCopyFieldsImp(Stream os)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
os |
PdfCopyFieldsImp [2/2]
Source code
internal PdfCopyFieldsImp(Stream os, char pdfVersion)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
os |
|
|
|
pdfVersion |
Methods
GetCounter
Source code
protected override ICounter GetCounter()
AddDocument [1/2]
Source code
internal void AddDocument(PdfReader reader, ICollection<int> pagesToKeep)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
reader |
|
|
|
pagesToKeep |
AddDocument [2/2]
Source code
internal void AddDocument(PdfReader reader)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
reader |
GetCOName
Source code
internal static string GetCOName(PdfReader reader, PRIndirectReference refi)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
reader |
|
|
|
refi |
UpdateCalculationOrder
Source code
protected internal virtual void UpdateCalculationOrder(PdfReader reader)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
reader |
Propagate
Source code
internal void Propagate(PdfObject obj, PdfIndirectReference refo, bool restricted)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
obj |
|
|
|
refo |
|
|
|
restricted |
BranchForm
Source code
protected virtual PdfArray BranchForm(Dictionary<string, object> level, PdfIndirectReference parent, string fname)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
level |
|
|
|
parent |
|
|
|
fname |
GetOffStateName
Source code
protected virtual PdfName GetOffStateName(PdfDictionary widget)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
widget |
CreateAcroForms
Source code
protected virtual void CreateAcroForms()
Close
Source code
public override void Close()
CloseIt
Source code
protected virtual void CloseIt()
AddPageOffsetToField
Source code
internal void AddPageOffsetToField(IDictionary<string, Item> fd, int pageOffset)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
fd |
|
|
|
pageOffset |
CreateWidgets
Source code
internal void CreateWidgets(List<object> list, Item item)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
list |
|
|
|
item |
MergeField
Source code
internal void MergeField(string name, Item item)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
name |
|
|
|
item |
MergeWithMaster
Source code
internal void MergeWithMaster(IDictionary<string, Item> fd)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
fd |
MergeFields
Source code
internal virtual void MergeFields()
GetPageReference
Source code
public override PdfIndirectReference GetPageReference(int page)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
page |
GetCatalog
Source code
protected override PdfDictionary GetCatalog(PdfIndirectReference rootObj)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
rootObj |
GetNewReference
Source code
protected virtual PdfIndirectReference GetNewReference(PRIndirectReference refi)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
refi |
GetNewObjectNumber
Source code
protected internal override int GetNewObjectNumber(PdfReader reader, int number, int generation)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
reader |
|
|
|
number |
|
|
|
generation |
SetVisited
Source code
protected internal virtual bool SetVisited(PRIndirectReference refi)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
refi |
IsVisited [1/2]
Source code
protected internal virtual bool IsVisited(PRIndirectReference refi)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
refi |
IsVisited [2/2]
Source code
protected internal virtual bool IsVisited(PdfReader reader, int number, int generation)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
reader |
|
|
|
number |
|
|
|
generation |
IsPage
Source code
protected internal virtual bool IsPage(PRIndirectReference refi)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
refi |
GetReaderFile
Source code
internal override RandomAccessFileOrArray GetReaderFile(PdfReader reader)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
reader |
OpenDoc
Source code
public virtual void OpenDoc()
Generated with ModularDoc