⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 symbol.printing.xml

📁 Barcode label printing on Zebra printers Using Print DLL s. To use this code, we have to download su
💻 XML
📖 第 1 页 / 共 5 页
字号:
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Symbol.Printing</name>
    </assembly>
    <members>
        <member name="T:Symbol.Printing.BarCodeInfo">
            <summary>
            This class contains optional barcode printing parameters
            </summary>
            <remarks>
            A BarCodeInfo object can be passed to the Symbol.Printing.SymbolGraphics.DrawBarCode
            method to specify the layout of the printed barcode. If no BarCodeInfo is provided
            to the DrawBarCode method, printer default parameters will be used.
            <seealso cref="M:Symbol.Printing.SymbolGraphics.DrawBarCode(Symbol.Printing.BarCodeTypes,System.String,System.Drawing.RectangleF,System.String,System.Drawing.RectangleF)"/>
            </remarks>
        </member>
        <member name="M:Symbol.Printing.BarCodeInfo.#ctor">
            <summary>
            BarCodeInfo constructor
            </summary>
        </member>
        <member name="P:Symbol.Printing.BarCodeInfo.Angle">
            <summary>
            Gets/sets the angle of rotation at which the barcode is to be rendered.
            </summary>
            <value>
            The barcode rotation angle in degree. Valid values may differ from printer to printer.
            The typical values are 0, 90, 180 or 270.
            </value>
        </member>
        <member name="P:Symbol.Printing.BarCodeInfo.Flags">
            <summary>
            Gets/sets flags indicating how the bar code is to be rendered. 
            Combination of one or more BarCodeFlags.
            </summary>
            <value>
            Barcode layout flag. Combination of one or more <see cref="T:Symbol.Printing.BarCodeFlags"/>.
            </value>
        </member>
        <member name="P:Symbol.Printing.BarCodeInfo.NarrowBarWidth">
            <summary>
            Gets/sets the unit-width of the narrow bar.
            </summary>
            <value>
            Unit-width of the narrow bar for one-dimensional barcode types.
            </value>
        </member>
        <member name="P:Symbol.Printing.BarCodeInfo.RatioWideToNarrow">
            <summary>
            Gets/sets ratio of the wide bar to the narrow bar.
            </summary>
            <value>
            Ratio of the width of the wide bar to the width of the narrow bar for one-dimensional barcode types.
            </value>
        </member>
        <member name="P:Symbol.Printing.BarCodeInfo.NarrowElementWidth">
            <summary>
            Gets/sets unit-width of the narrowest element.
            </summary>
            <value>
            Unit-width of the narrowest element for two-dimensional barcode types.
            </value>
        </member>
        <member name="P:Symbol.Printing.BarCodeInfo.NarrowElementHeight">
            <summary>
            Gets/sets unit-height of the narrowest element.
            </summary>
            <value>
            Unit-height of the narrowest element for two-dimensional barcode types.
            </value>
        </member>
        <member name="P:Symbol.Printing.BarCodeInfo.NumberOfColumns">
            <summary>
            Gets/sets the number of columns to use to render the barcode
            </summary>
            <value>
            Number of columns for two-dimensional barcode types.
            </value>
        </member>
        <member name="P:Symbol.Printing.BarCodeInfo.SecurityLevel">
            <summary>
            Gets/sets security level used to render the barcode. Security level indicates maximum amount of errors to be detected.
            </summary>
            <value>
            Security level for two-dimensional barcode types. Typically ranging from 1 to 8, the security level indicates the maximum amount of errors to be detected.
            </value>
        </member>
        <member name="P:Symbol.Printing.BarCodeInfo.Density">
            <summary>
            Gets/sets the density value used by certain printers to render the barcode.
            </summary>
            <value>
            The density of the barcode used by certain printers (such as Monarch 9490) to render the barcode. 
            Please refer to the printer's manual for valid values.
            </value>
        </member>
        <member name="P:Symbol.Printing.BarCodeInfo.TextType">
            <summary>
            Gets/sets the text (label) appearance type.
            </summary>
            <value>
            The text (label) appearance type used by certain printers (such as Monarch 9490). 
            Please refer to the printer's manual for valid values.
            </value>
        </member>
        <member name="P:Symbol.Printing.BarCodeInfo.IncrementDecrement">
            <summary>
            Gets/sets a value indicating if the barcode is fixed, incrementing, or decrementing.
            </summary>
            <value>
            Value used by certain printers (such as Monarch 9450) to specify the type of a field. 
            1 for incrementing, 2 for decrementing, 0 for fixed.
            </value>
        </member>
        <member name="T:Symbol.Printing.DriverVersions">
            <summary>
            This class contains version information of each layer of the print drivers. 
            </summary>
            <remarks>
            Typically, DriverVersions is accessed through the PrinterSettings.Version property.
            It gives the version information of the drivers of the selected printer as well as 
            the Symbol.Printing assembly.
            <seealso cref="T:Symbol.Printing.PrinterSettings"/>
            </remarks>
        </member>
        <member name="P:Symbol.Printing.DriverVersions.AssemblyVersion">
            <summary>
            Gets version information of the Symbol.Print assembly.
            </summary>
            <value>
            Version string of the Symbol.Printing assembly.
            </value>
        </member>
        <member name="P:Symbol.Printing.DriverVersions.CAPIVersion">
            <summary>
            Gets version information of the print C API's.
            </summary>
            <value>Version string of the underlying native printing API.</value>
        </member>
        <member name="P:Symbol.Printing.DriverVersions.MDDVersion">
            <summary>
            Gets version information of print model device driver (MDD).
            </summary>
            <value>Version string of the print MDD driver.</value>
        </member>
        <member name="P:Symbol.Printing.DriverVersions.PDDVersion">
            <summary>
            Gets version information of the print platform dependent driver (PDD).
            </summary>
            <value>Version string of the print PDD driver.</value>
        </member>
        <member name="P:Symbol.Printing.DriverVersions.TLDVersion">
            <summary>
            Gets version information of the print transport layer driver (TLD). 
            </summary>
            <value>Version string of the print TLD driver.</value>
        </member>
        <member name="T:Symbol.Printing.DeviceCapacities">
            <summary>
            This structure contains information about device capacities.
            </summary>
            <remarks>
            Typically, DeviceCapacities is accessed through the PrinterSettings.Capacities property. 
            It provides information of the capacities of the selected printer.
            <seealso cref="T:Symbol.Printing.PrinterSettings"/>
            </remarks>
        </member>
        <member name="P:Symbol.Printing.DeviceCapacities.TextCaps">
            <summary>
            Gets the text capabilities of the device.
            </summary>
            <value>
            An integer representing the text capacities of the printer. 
            Please refer to windgi.h for the meaning of the returned value.
            </value>
        </member>
        <member name="P:Symbol.Printing.DeviceCapacities.LineCaps">
            <summary>
            Gets the line capabilities of the device.
            </summary>
            <value>
            An integer representing the line capacities of the printer. 
            Please refer to windgi.h for the meaning of the returned value.
            </value>
        </member>
        <member name="P:Symbol.Printing.DeviceCapacities.PolygonalCaps">
            <summary>
            Gets the polygonal capabilities of the device.
            </summary>
            <value>
            An integer representing the polygone capacities of the printer. 
            Please refer to windgi.h for the meaning of the returned value.
            </value>
        </member>
        <member name="P:Symbol.Printing.DeviceCapacities.CurveCaps">
            <summary>
            Gets the curve capabilities of the device.
            </summary>
            <value>
            An integer representing the curve capacities of the printer. 
            Please refer to windgi.h for the meaning of the returned value.
            </value>
        </member>
        <member name="P:Symbol.Printing.DeviceCapacities.RasterCaps">
            <summary>
            Gets the raster capabilities of the device.
            </summary>
            <value>
            An integer representing the raster capacities of the printer. 
            Please refer to windgi.h for the meaning of the returned value.
            </value>
        </member>
        <member name="T:Symbol.Printing.PrintDocument">
            <summary>
            This class defines a reusable object that sends output to a printer.
            </summary>
            <remarks>
            Typically, you create an instance of the Symbol.Printing.PrintDocument 
            class, set the properties that describe how to print, and call the 
            PrintDocument.Print method to start the printing process. Handle the 
            PrintPage event where you specify the output to print, by using the 
            SymbolGraphics object included in the PrintPageEventArgs.
            </remarks>
        </member>
        <member name="M:Symbol.Printing.PrintDocument.#ctor">
            <summary>
            Constructs a new instance of PrintDocument using information of the default printer.
            </summary>
        </member>
        <member name="M:Symbol.Printing.PrintDocument.Print">
            <summary>
            Starts the document's printing process.
            </summary>
            <exception cref="T:Symbol.Exceptions.OperationFailureException">An OperationFailureException is thrown
            if the printing failed. Please refer to the Message property for the reason of the failure
            and the Result property for an error code.</exception>
        </member>
        <member name="M:Symbol.Printing.PrintDocument.ToString">
            <summary>
            Returns the document name.
            </summary>
            <returns>The name of the document.</returns>
        </member>
        <member name="M:Symbol.Printing.PrintDocument.OnPrintPage(Symbol.Printing.PrintPageEventArgs)">
            <summary>
            Raises the PrintPage event. It is called before a page prints.
            </summary>
            <param name="e">A PrintPageEventArgs that contains the event data.</param>
        </member>
        <member name="M:Symbol.Printing.PrintDocument.OnBeginPrint(Symbol.Printing.PrintEventArgs)">
            <summary>
            Raises the BeginPrint event. It is called after the Print method is called 
            and before the first page of the document prints.
            </summary>
            <param name="e">A PrintEventArgs that contains the event data.</param>
        </member>
        <member name="M:Symbol.Printing.PrintDocument.OnEndPrint(Symbol.Printing.PrintEventArgs)">
            <summary>
            Raises the EndPrint event. It is called when the last page of the document 
            has printed.
            </summary>
            <param name="e">A PrintEventArgs that contains the event data.</param>
        </member>
        <member name="P:Symbol.Printing.PrintDocument.DocumentName">
            <summary>
            Gets or sets the document name.
            </summary>
            <value>
            The document name string. Default value is "".
            </value>
        </member>
        <member name="P:Symbol.Printing.PrintDocument.PrinterSettings">
            <summary>
            Gets or sets the printer that prints the document.
            </summary>
            <value>
            A PrinterSettings object that specifies where and how the document is printed.
            </value>
        </member>
        <member name="P:Symbol.Printing.PrintDocument.PaperSize">
            <summary>
            Gets or sets the paper size the document is to be printed against.
            </summary>
            <value>A Symbol.Printing.PaperSize object</value>
            <remarks>
            The PaperSize property specifies information about the size of paper that 
            should be used by the printer. When set, out of range checking is used.
            </remarks>
        </member>
        <member name="E:Symbol.Printing.PrintDocument.BeginPrint">
            <summary>
            Occurs when the Print method is called and before the first page of 
            the document prints.
            </summary>
        </member>
        <member name="E:Symbol.Printing.PrintDocument.EndPrint">
            <summary>
            Occurs when the last page of the document has printed.
            </summary>
        </member>
        <member name="E:Symbol.Printing.PrintDocument.PrintPage">
            <summary>
            Occurs when the output to print for the current page is needed.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -