PdfVersionImp Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf.intern iTextSharp.text.pdf.intern.PdfVersionImp[[PdfVersionImp]] end subgraph iTextSharp.text.pdf.interfaces iTextSharp.text.pdf.interfaces.IPdfVersion[[IPdfVersion]] class iTextSharp.text.pdf.interfaces.IPdfVersion interfaceStyle; end iTextSharp.text.pdf.interfaces.IPdfVersion --> iTextSharp.text.pdf.intern.PdfVersionImp
Members
Properties
Public properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
|
|
|
|
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
(
de) |
|
|
(
catalog) |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
(
version) |
|
|
(
os) |
Details
Inheritance
Constructors
PdfVersionImp
Source code
public PdfVersionImp()
Methods
SetAtLeastPdfVersion
Source code
public virtual void SetAtLeastPdfVersion(char version)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
version |
SetPdfVersion
Source code
public virtual void SetPdfVersion(PdfName version)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
version |
SetAppendmode
Source code
public virtual void SetAppendmode(bool appendmode)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
appendmode |
WriteHeader
Source code
public virtual void WriteHeader(OutputStreamCounter os)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
os |
GetVersionAsName
Source code
public virtual PdfName GetVersionAsName(char version)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
version |
GetVersionAsByteArray
Source code
public virtual byte GetVersionAsByteArray(char version)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
version |
AddToCatalog
Source code
public virtual void AddToCatalog(PdfDictionary catalog)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
catalog |
AddDeveloperExtension
Source code
public virtual void AddDeveloperExtension(PdfDeveloperExtension de)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
de |
Properties
PdfVersion
public virtual char PdfVersion { set; }
Version
public virtual char Version { get; }
Generated with ModularDoc