iText 5

IXmpVersionInfo

IXmpVersionInfo Public interface

Diagram

flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.xmp iTextSharp.xmp.IXmpVersionInfo[[IXmpVersionInfo]] class iTextSharp.xmp.IXmpVersionInfo interfaceStyle; end

Members

Properties

Public properties

Type

Name

Methods

int

Build

get

bool

Debug

get

int

Major

get

string

Message

get

int

Micro

get

int

Minor

get

Details

Properties

Major

public int Major { get; }

Minor

public int Minor { get; }

Micro

public int Micro { get; }

Build

public int Build { get; }

Debug

public bool Debug { get; }

Message

public string Message { get; }

Generated with ModularDoc