# C1.C1Preview.SystemInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_SystemInfo" data-uid="C1.C1Preview.SystemInfo" class="text-break">SystemInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents operating system related information in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">SystemInfo</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.PrintDocument.4.6.2.dll</h6>
  <h5 id="C1_C1Preview_SystemInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SystemInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SystemInfo</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_SystemInfo__ctor" data-uid="C1.C1Preview.SystemInfo.#ctor">
          <a class="xref" href="C1.C1Preview.SystemInfo.-ctor.html#C1_C1Preview_SystemInfo__ctor">SystemInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.SystemInfo.html">SystemInfo</a> class.
Note that the property values are not updated by this constructor,
the <a class="xref" href="C1.C1Preview.SystemInfo.Initialize.html#C1_C1Preview_SystemInfo_Initialize">Initialize()</a> method should be used to actually
fill the current object with system info data.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_SystemInfo_AssemblyVersion" data-uid="C1.C1Preview.SystemInfo.AssemblyVersion">
          <a class="xref" href="C1.C1Preview.SystemInfo.AssemblyVersion.html#C1_C1Preview_SystemInfo_AssemblyVersion">AssemblyVersion</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the assembly version of the assembly containing the <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_SystemInfo_Culture" data-uid="C1.C1Preview.SystemInfo.Culture">
          <a class="xref" href="C1.C1Preview.SystemInfo.Culture.html#C1_C1Preview_SystemInfo_Culture">Culture</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current culture.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_SystemInfo_DocumentFormatVersion" data-uid="C1.C1Preview.SystemInfo.DocumentFormatVersion">
          <a class="xref" href="C1.C1Preview.SystemInfo.DocumentFormatVersion.html#C1_C1Preview_SystemInfo_DocumentFormatVersion">DocumentFormatVersion</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a string representing the format version used to serialize a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.
Format versions are backward-compatible, but not necessarily forward-compatible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_SystemInfo_LogicalDpiX" data-uid="C1.C1Preview.SystemInfo.LogicalDpiX">
          <a class="xref" href="C1.C1Preview.SystemInfo.LogicalDpiX.html#C1_C1Preview_SystemInfo_LogicalDpiX">LogicalDpiX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the logical horizontal resolution (DPI) of the screen.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_SystemInfo_LogicalDpiY" data-uid="C1.C1Preview.SystemInfo.LogicalDpiY">
          <a class="xref" href="C1.C1Preview.SystemInfo.LogicalDpiY.html#C1_C1Preview_SystemInfo_LogicalDpiY">LogicalDpiY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the logical vertical resolution (DPI) of the screen.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_SystemInfo_MeasurementDevice" data-uid="C1.C1Preview.SystemInfo.MeasurementDevice">
          <a class="xref" href="C1.C1Preview.SystemInfo.MeasurementDevice.html#C1_C1Preview_SystemInfo_MeasurementDevice">MeasurementDevice</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the measurement device as returned by <a class="xref" href="C1.C1Preview.C1PrintDocument.MeasurementDevice.html#C1_C1Preview_C1PrintDocument_MeasurementDevice">MeasurementDevice</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_SystemInfo_MeasurementDeviceDescription" data-uid="C1.C1Preview.SystemInfo.MeasurementDeviceDescription">
          <a class="xref" href="C1.C1Preview.SystemInfo.MeasurementDeviceDescription.html#C1_C1Preview_SystemInfo_MeasurementDeviceDescription">MeasurementDeviceDescription</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.C1Preview.SystemInfo.MeasurementPrinterName.html#C1_C1Preview_SystemInfo_MeasurementPrinterName">MeasurementPrinterName</a> if <a class="xref" href="C1.C1Preview.SystemInfo.MeasurementDevice.html#C1_C1Preview_SystemInfo_MeasurementDevice">MeasurementDevice</a> is a printer,
or the word <b>&quot;Screen&quot;</b> if it is the screen.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_SystemInfo_MeasurementDpi" data-uid="C1.C1Preview.SystemInfo.MeasurementDpi">
          <a class="xref" href="C1.C1Preview.SystemInfo.MeasurementDpi.html#C1_C1Preview_SystemInfo_MeasurementDpi">MeasurementDpi</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the measurement resolution as returned by <a class="xref" href="C1.C1Preview.C1PrintDocument.MeasurementDpi.html#C1_C1Preview_C1PrintDocument_MeasurementDpi">MeasurementDpi</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_SystemInfo_MeasurementPrinterName" data-uid="C1.C1Preview.SystemInfo.MeasurementPrinterName">
          <a class="xref" href="C1.C1Preview.SystemInfo.MeasurementPrinterName.html#C1_C1Preview_SystemInfo_MeasurementPrinterName">MeasurementPrinterName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the measurement printer name as returned by <a class="xref" href="C1.C1Preview.C1PrintDocument.MeasurementPrinterName.html#C1_C1Preview_C1PrintDocument_MeasurementPrinterName">MeasurementPrinterName</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_SystemInfo_OSVersion" data-uid="C1.C1Preview.SystemInfo.OSVersion">
          <a class="xref" href="C1.C1Preview.SystemInfo.OSVersion.html#C1_C1Preview_SystemInfo_OSVersion">OSVersion</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the OS version as returned by <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.operatingsystem.versionstring">VersionString</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_SystemInfo_PhysicalDpiX" data-uid="C1.C1Preview.SystemInfo.PhysicalDpiX">
          <a class="xref" href="C1.C1Preview.SystemInfo.PhysicalDpiX.html#C1_C1Preview_SystemInfo_PhysicalDpiX">PhysicalDpiX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the physical horizontal resolution (DPI) of the screen.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_SystemInfo_PhysicalDpiY" data-uid="C1.C1Preview.SystemInfo.PhysicalDpiY">
          <a class="xref" href="C1.C1Preview.SystemInfo.PhysicalDpiY.html#C1_C1Preview_SystemInfo_PhysicalDpiY">PhysicalDpiY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the physical vertical resolution (DPI) of the screen.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_SystemInfo_PrimaryScreenBounds" data-uid="C1.C1Preview.SystemInfo.PrimaryScreenBounds">
          <a class="xref" href="C1.C1Preview.SystemInfo.PrimaryScreenBounds.html#C1_C1Preview_SystemInfo_PrimaryScreenBounds">PrimaryScreenBounds</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the bounds of the screen as returned by <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.screen.bounds">Bounds</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_SystemInfo_ScreenCount" data-uid="C1.C1Preview.SystemInfo.ScreenCount">
          <a class="xref" href="C1.C1Preview.SystemInfo.ScreenCount.html#C1_C1Preview_SystemInfo_ScreenCount">ScreenCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of system screens.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_SystemInfo_Initialize" data-uid="C1.C1Preview.SystemInfo.Initialize">
          <a class="xref" href="C1.C1Preview.SystemInfo.Initialize.html#C1_C1Preview_SystemInfo_Initialize">Initialize()</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the properties of the current <a class="xref" href="C1.C1Preview.SystemInfo.html">SystemInfo</a> object
with the current system info data.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
