Skip to main content
Skip table of contents

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
TypeNameMethods
intBuildget
boolDebugget
intMajorget
stringMessageget
intMicroget
intMinorget

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

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.