iText 5

IPdfVersion

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

char

PdfVersion

set

Methods

Public methods

Details

Methods

SetAtLeastPdfVersion

public void SetAtLeastPdfVersion(char version)

Arguments

Type

Name

Description

char

version

SetPdfVersion

public void SetPdfVersion(PdfName version)

Arguments

Type

Name

Description

PdfName

version

AddDeveloperExtension

public void AddDeveloperExtension(PdfDeveloperExtension de)

Arguments

Type

Name

Description

PdfDeveloperExtension

de

Properties

PdfVersion

public char PdfVersion { set; }

Generated with ModularDoc