# GrapeCity.ActiveReports.Printing

## Content

<div class="doc-site-dotnet-api-container">

  <h1 id="GrapeCity_ActiveReports_Printing" data-uid="GrapeCity.ActiveReports.Printing" class="text-break">GrapeCity.ActiveReports.Printing Namespace
</h1>
  <div class="markdown level0 summary"></div>
  <div class="markdown level0 conceptual"></div>
  <div class="markdown level0 remarks"></div>
    <h3 id="classes">
Classes
</h3>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Printing.Margin.html">Margin</a></h4>
      <section><p>Page margins</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Printing.Margins.html">Margins</a></h4>
      <section><p>Specifies the dimensions of the margins of a printed page.
This is a cross-platform version of System.Drawing.Printing.Margins.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Printing.PaperKindResourceEnumConverter.html">PaperKindResourceEnumConverter</a></h4>
      <section><p>For internal use only</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Printing.PaperSize.html">PaperSize</a></h4>
      <section><p>Specifies the size of a piece of paper in hundredths of an inch.
This is a cross-platform version of System.Drawing.Printing.PaperSize.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Printing.PaperSizeNameResolver.html">PaperSizeNameResolver</a></h4>
      <section><p>Provides a name resolver for Microsoft's PaperKind enumeration paper types.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Printing.PaperSizesProvider.html">PaperSizesProvider</a></h4>
      <section><p>Provides actual page sizes based on the page format from Microsoft's PaperKind enumeration.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Printing.PaperSource.html">PaperSource</a></h4>
      <section><p>Specifies the paper tray from which the printer gets paper.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Printing.PaperSourceCollection.html">PaperSourceCollection</a></h4>
      <section><p>Contains a collection of <a class="xref" href="GrapeCity.ActiveReports.Printing.PaperSource.html">PaperSource</a> objects.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Printing.PrintEventArgs.html">PrintEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="GrapeCity.ActiveReports.Printing.Printer.BeginPrint.html">BeginPrint</a> and <a class="xref" href="GrapeCity.ActiveReports.Printing.Printer.EndPrint.html">EndPrint</a> events.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Printing.PrintOptions.html">PrintOptions</a></h4>
      <section><p>Print options</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Printing.PrintPageEventArgs.html">PrintPageEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="GrapeCity.ActiveReports.Printing.Printer.PrintPage.html">PrintPage</a> event.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Printing.PrintProgressEventArgs.html">PrintProgressEventArgs</a></h4>
      <section><p>PrintProgressEventArgs</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Printing.Printer.html">Printer</a></h4>
      <section><p>This is a cross-platform wrapper around GDI+ Printer.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Printing.PrinterResolution.html">PrinterResolution</a></h4>
      <section><p>Represents the resolution supported by a printer, expressed in dots per inch.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Printing.PrinterResolutionCollection.html">PrinterResolutionCollection</a></h4>
      <section><p>Contains a collection of PrinterResolution</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Printing.PrintingThreadErrorEventArgs.html">PrintingThreadErrorEventArgs</a></h4>
      <section><p>Summary description for PrintingThreadErrorEventArgs.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Printing.QueryPageSettingsEventArgs.html">QueryPageSettingsEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="GrapeCity.ActiveReports.Printing.Printer.QueryPageSettings.html">QueryPageSettings</a> event.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Printing.WatermarkOptions.html">WatermarkOptions</a></h4>
      <section><p>Watermark options</p>
</section>
    <h3 id="structs">
Structs
</h3>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Printing.PaperDescriptor.html">PaperDescriptor</a></h4>
      <section><p>Paper descriptor.</p>
</section>
    <h3 id="interfaces">
Interfaces
</h3>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Printing.IPageSettings.html">IPageSettings</a></h4>
      <section><p>Specifies settings that apply to a single, printed page.
This interface is used instead of System.Drawing.Printing.PageSettings.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Printing.IPrinterSettings.html">IPrinterSettings</a></h4>
      <section><p>Specifies information about how a document is printed, including the printer that prints it.
This interface is used instead of System.Drawing.Printing.PrinterSettings.</p>
</section>
    <h3 id="enums">
Enums
</h3>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Printing.Duplex.html">Duplex</a></h4>
      <section><p>Specifies the printer's duplex setting.
This is a cross-platform version of System.Drawing.Printing.Duplex.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Printing.PageOrder.html">PageOrder</a></h4>
      <section><p>Specifies page printing order</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Printing.PageScaling.html">PageScaling</a></h4>
      <section><p>Specifies page scaling</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Printing.PaperKind.html">PaperKind</a></h4>
      <section><p>Specifies the standard paper sizes.
This is a cross-platform version of System.Drawing.Printing.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Printing.PaperSourceKind.html">PaperSourceKind</a></h4>
      <section><p>Standard paper sources.
This is a cross-platform version of System.Drawing.Printing.PaperSourceKind.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Printing.PrintAction.html">PrintAction</a></h4>
      <section><p>Specifies the type of print operation occurring.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Printing.PrintRange.html">PrintRange</a></h4>
      <section><p>Specifies the part of the document to print.
This is a cross-platform version of System.Drawing.Printing.PrintRange.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Printing.PrinterResolutionKind.html">PrinterResolutionKind</a></h4>
      <section><p>Sets the resolution of the printer</p>
</section>
    <h3 id="delegates">
Delegates
</h3>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Printing.PrintAbortedEventHandler.html">PrintAbortedEventHandler</a></h4>
      <section><p>Summary description for Document Events.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Printing.PrintEventHandler.html">PrintEventHandler</a></h4>
      <section><p>Represents the method that will handle the <a class="xref" href="GrapeCity.ActiveReports.Printing.Printer.BeginPrint.html">BeginPrint</a> or <a class="xref" href="GrapeCity.ActiveReports.Printing.Printer.EndPrint.html">EndPrint</a> event of a <a class="xref" href="GrapeCity.ActiveReports.Printing.Printer.html">Printer</a>.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Printing.PrintPageEventHandler.html">PrintPageEventHandler</a></h4>
      <section><p>Represents the method that will handle the <a class="xref" href="GrapeCity.ActiveReports.Printing.Printer.PrintPage.html">PrintPage</a> event of a <a class="xref" href="GrapeCity.ActiveReports.Printing.Printer.html">Printer</a>.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Printing.PrintProgressEventHandler.html">PrintProgressEventHandler</a></h4>
      <section><p>Summary description for Document Events.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Printing.PrintingThreadErrorEventHandler.html">PrintingThreadErrorEventHandler</a></h4>
      <section><p>Summary description for Document Events.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Printing.QueryPageSettingsEventHandler.html">QueryPageSettingsEventHandler</a></h4>
      <section><p>Represents the method that handles the <a class="xref" href="GrapeCity.ActiveReports.Printing.Printer.QueryPageSettings.html">QueryPageSettings</a> event of a <a class="xref" href="GrapeCity.ActiveReports.Printing.Printer.html">Printer</a>.</p>
</section>


</div>
