Enum PrintMethod
- Namespace
- combit.Reporting.Printing.Pdf
- Assembly
- combit.ListLabel31.CrossPlatform.Printing.Pdf.dll
Identifies the method used to deliver a PDF document to the printer.
public enum PrintMethod
Fields
None = 0No printing was performed.
Passthrough = 1The PDF file was sent directly to the printer without rasterization. This is the fastest method and preserves vector quality.
Rasterized = 2The PDF pages were rasterized to bitmap images before being sent to the printer. This method is used as a fallback when passthrough is unavailable or fails.