FdfWriter Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf iTextSharp.text.pdf.FdfWriter[[FdfWriter]] end
Members
Properties
Public properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
|
|
|
|
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
( |
|
|
() |
|
|
(
reader, |
|
|
( |
|
|
(
action) |
|
|
(
image) |
|
|
(
jsTrigName, |
|
|
( |
|
|
( |
|
|
(
template) |
|
|
( |
|
|
() |
|
|
( |
Internal methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
(
value) |
Protected methods
|
Returns |
Name |
|---|---|
|
|
() |
Details
Nested types
Classes
-
Wrt
Constructors
FdfWriter [1/2]
Source code
public FdfWriter()
FdfWriter [2/2]
Source code
public FdfWriter(Stream os)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
os |
Methods
WriteTo
Source code
public virtual void WriteTo(Stream os)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
os |
Write
Source code
public virtual void Write()
SetField
Source code
internal bool SetField(string field, PdfObject value)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
field |
|
|
|
value |
IterateFields
Source code
internal void IterateFields(Dictionary<string, object> values, Dictionary<string, object> map, string name)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
values |
|
|
|
map |
|
|
|
name |
RemoveField
Source code
public virtual bool RemoveField(string field)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
field |
GetFields
Source code
public virtual Dictionary<string, object> GetFields()
GetField
Source code
public virtual string GetField(string field)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
field |
SetFieldAsName
Source code
public virtual bool SetFieldAsName(string field, string value)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
field |
|
|
|
value |
SetFieldAsString
Source code
public virtual bool SetFieldAsString(string field, string value)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
field |
|
|
|
value |
SetFieldAsAction
Source code
public virtual bool SetFieldAsAction(string field, PdfAction action)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
field |
|
|
|
action |
SetFieldAsTemplate
Source code
public virtual bool SetFieldAsTemplate(string field, PdfTemplate template)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
field |
|
|
|
template |
SetFieldAsImage
Source code
public virtual bool SetFieldAsImage(string field, Image image)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
field |
|
|
|
image |
SetFieldAsJavascript
Source code
public virtual bool SetFieldAsJavascript(string field, PdfName jsTrigName, string js)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
field |
|
|
|
jsTrigName |
|
|
|
js |
GetImportedPage
Source code
public virtual PdfImportedPage GetImportedPage(PdfReader reader, int pageNumber)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
reader |
|
|
|
pageNumber |
CreateTemplate
Source code
public virtual PdfTemplate CreateTemplate(float width, float height)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
width |
|
|
|
height |
SetFields [1/3]
Source code
public virtual void SetFields(FdfReader fdf)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
fdf |
SetFields [2/3]
Source code
public virtual void SetFields(PdfReader pdf)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
|
SetFields [3/3]
Source code
public virtual void SetFields(AcroFields af)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
af |
GetCounter
Source code
protected virtual ICounter GetCounter()
Properties
StatusMessage
public virtual string StatusMessage { get; set; }
File
public virtual string File { get; set; }
Generated with ModularDoc