Version info base for all PDFEdit related assemblies.
Inheritance Hierarchy
PdfEditProductVersionInfo
Namespace: PdfEdit
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax
The ProductVersionInfo type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() ![]() | Company |
The company that created/owned the product.
|
![]() ![]() | Copyright |
The copyright information.
|
![]() ![]() | Description |
A characteristic description of the product.
|
![]() ![]() | Producer |
The PDF producer information string.
|
![]() ![]() | Producer2 |
The PDF producer information string including VersionPatch.
|
![]() ![]() | Product |
The name the product.
|
![]() ![]() | Technology |
The technology tag of the product:
(none) Pure .NET
-gdi : GDI+,
-wpf : WPF,
-hybrid : Both GDI+ and WPF (hybrid).
-sl : Silverlight
-wp : Windows Phone
-wrt : Windows RunTime
|
![]() ![]() | Title |
The title of the product.
|
![]() ![]() | Trademark |
The trademark the product.
|
![]() ![]() | Url |
The home page of this product.
|
![]() ![]() | Version |
The full version number.
|
![]() ![]() | Version2 |
The full version string.
|
![]() ![]() | VersionBuild |
The build number of the product.
|
![]() ![]() | VersionMajor |
The major version number of the product.
|
![]() ![]() | VersionMinor |
The minor version number of the product.
|
![]() ![]() | VersionPatch |
The patch number of the product.
|
See Also