IPdfVersion Public interface
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf.interfaces iTextSharp.text.pdf.interfaces.IPdfVersion[[IPdfVersion]] class iTextSharp.text.pdf.interfaces.IPdfVersion interfaceStyle; end
Members
Properties
Public properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
(
de) |
|
|
( |
|
|
(
version) |
Details
Methods
SetAtLeastPdfVersion
public void SetAtLeastPdfVersion(char version)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
version |
SetPdfVersion
public void SetPdfVersion(PdfName version)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
version |
AddDeveloperExtension
public void AddDeveloperExtension(PdfDeveloperExtension de)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
de |
Properties
PdfVersion
public char PdfVersion { set; }
Generated with ModularDoc