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
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