📄 symbol.printing.xml
字号:
<member name="P:Symbol.Printing.PrinterSettings.PaperSizeCollection.IsSynchronized">
<summary>
Gets a value indicating whether access to the collection is synchronized (thread-safe).
</summary>
<value>
true if access to the collection is synchronized (thread-safe); otherwise, false.
</value>
</member>
<member name="P:Symbol.Printing.PrinterSettings.PaperSizeCollection.SyncRoot">
<summary>
Gets an object that can be used to synchronize access to the collection
</summary>
<value>An object that can be used to synchronize access to the collection</value>
</member>
<member name="T:Symbol.Printing.PrinterSettings.PrinterResolutionCollection">
<summary>
Contains a collection of <see cref="T:Symbol.Printing.PrinterResolution"/> objects.
</summary>
<remarks>
The PrinterSettings.PrinterResolutionCollection contains PrinterResolution
instances that represents the printer resolutions supported through the PrinterResolution.Kind property, which contains one of the PrinterResolutionKind values.
</remarks>
</member>
<member name="M:Symbol.Printing.PrinterSettings.PrinterResolutionCollection.#ctor(Symbol.Printing.PrinterResolution[])">
<summary>
Initializes a new instance of PrinterResolutionCollection.
</summary>
<param name="array">An array of type <see cref="T:Symbol.Printing.PrinterResolution"/></param>
</member>
<member name="M:Symbol.Printing.PrinterSettings.PrinterResolutionCollection.GetEnumerator">
<summary>
Returns an enumerator that can iterate through the collection.
</summary>
<returns>An IEnumerator for the PrinterSettings.PrinterResolutionCollection.</returns>
</member>
<member name="M:Symbol.Printing.PrinterSettings.PrinterResolutionCollection.CopyTo(System.Array,System.Int32)">
<summary>
Copies the elements of the collection to an Array, starting at a particular Array index.
</summary>
<param name="array">The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.</param>
<param name="index">The zero-based index in array at which copying begins.</param>
</member>
<member name="P:Symbol.Printing.PrinterSettings.PrinterResolutionCollection.Count">
<summary>
Gets the number of available printer resolutions in the collection.
</summary>
<value>The number of available printer resolutions in the collection.</value>
</member>
<member name="P:Symbol.Printing.PrinterSettings.PrinterResolutionCollection.Item(System.Int32)">
<summary>
Indexer of the collection.
</summary>
</member>
<member name="P:Symbol.Printing.PrinterSettings.PrinterResolutionCollection.IsSynchronized">
<summary>
Gets a value indicating whether access to the collection is synchronized (thread-safe).
</summary>
<value>
true if access to the collection is synchronized (thread-safe); otherwise, false.
</value>
</member>
<member name="P:Symbol.Printing.PrinterSettings.PrinterResolutionCollection.SyncRoot">
<summary>
Gets an object that can be used to synchronize access to the collection
</summary>
<value>An object that can be used to synchronize access to the collection</value>
</member>
<member name="T:Symbol.Printing.PaperSize">
<summary>
Specifies the size of a piece of paper.
</summary>
<remarks>
This class is used by <see cref="P:Symbol.Printing.PrinterSettings.PaperSizes"/> and
<see cref="P:Symbol.Printing.PrintDocument.PaperSize"/> properties to get the paper sizes that
are available on the printer and to set the paper size for a page, respectively.
</remarks>
</member>
<member name="M:Symbol.Printing.PaperSize.#ctor(System.String,System.Int32,System.Int32)">
<summary>
Initializes a new instance of PaperSize.
</summary>
<param name="name">The name of the paper.</param>
<param name="width">The width of the paper, in dots.</param>
<param name="height">The height of the paper, in dots.</param>
</member>
<member name="P:Symbol.Printing.PaperSize.Height">
<summary>
Gets or sets the height of the paper, in dots.
</summary>
<value>The height of the paper, in dots.</value>
</member>
<member name="P:Symbol.Printing.PaperSize.Kind">
<summary>
Gets the type of paper.
</summary>
<value>One of the <see cref="T:Symbol.Printing.PaperKind"/> values.</value>
</member>
<member name="P:Symbol.Printing.PaperSize.PaperName">
<summary>
Gets or sets the name of paper.
</summary>
<value>Paper name string.</value>
</member>
<member name="P:Symbol.Printing.PaperSize.Width">
<summary>
Gets or sets the width of paper, in dots.
</summary>
<value>The width of paper, in dots.</value>
</member>
<member name="T:Symbol.Printing.PrinterResolution">
<summary>
Represents the resolution supported by a printer.
</summary>
<remarks>
This class is used by PrinterSettings.PrinterResolutions property to get the
printer resolutions that are available on the printer.
</remarks>
</member>
<member name="M:Symbol.Printing.PrinterResolution.#ctor(System.Int32,System.Int32,Symbol.Printing.PrinterResolutionKind)">
<summary>
Initializes a new instance of PrinterResolution.
</summary>
<param name="x">Horizontal printer resolution, in dots per inch.</param>
<param name="y">Vertical printer resolution, in dots per inch.</param>
<param name="kind">Printer resolution kind.</param>
</member>
<member name="P:Symbol.Printing.PrinterResolution.Kind">
<summary>
Gets the printer resolution.
</summary>
<value>
One of the <see cref="T:Symbol.Printing.PrinterResolutionKind"/> values.
</value>
</member>
<member name="P:Symbol.Printing.PrinterResolution.X">
<summary>
Gets the horizontal printer resolution, in dots per inch.
</summary>
<value>
The horizontal printer resolution, in dots per inch.
</value>
</member>
<member name="P:Symbol.Printing.PrinterResolution.Y">
<summary>
Gets the vertical printer resolution, in dots per inch.
</summary>
<value>
The vertical printer resolution, in dots per inch.
</value>
</member>
<member name="T:Symbol.Printing.PaperKind">
<summary>
Specifies the supported paper sizes.
</summary>
</member>
<member name="F:Symbol.Printing.PaperKind.Default">
<summary>
The default paper size of the printer.
</summary>
</member>
<member name="F:Symbol.Printing.PaperKind.Label">
<summary>
The default label size of the printer.
</summary>
</member>
<member name="T:Symbol.Printing.PrinterResolutionKind">
<summary>
Specifies a printer resolution.
</summary>
</member>
<member name="F:Symbol.Printing.PrinterResolutionKind.Custom">
<summary>
Custom resolution.
</summary>
</member>
<member name="F:Symbol.Printing.PrinterResolutionKind.Draft">
<summary>
Draft-quality resolution.
</summary>
</member>
<member name="F:Symbol.Printing.PrinterResolutionKind.High">
<summary>
High resolution.
</summary>
</member>
<member name="F:Symbol.Printing.PrinterResolutionKind.Low">
<summary>
Low resolution.
</summary>
</member>
<member name="F:Symbol.Printing.PrinterResolutionKind.Medium">
<summary>
Medium resolution.
</summary>
</member>
<member name="T:Symbol.Printing.RasterOperations">
<summary>
Raster operations supported by SymbolGraphics
</summary>
</member>
<member name="F:Symbol.Printing.RasterOperations.SRCCOPY">
<summary>
Copy source to destination.
</summary>
</member>
<member name="F:Symbol.Printing.RasterOperations.NOTSRCCOPY">
<summary>
Destination equals to NOT source.
</summary>
</member>
<member name="T:Symbol.Printing.ErrorCodes">
<summary>
Error codes for some possible errors generated by Symbol.Printing assembly.
</summary>
</member>
<member name="F:Symbol.Printing.ErrorCodes.PRINTAPI_SUCCESS">
<summary>
No error.
</summary>
</member>
<member name="F:Symbol.Printing.ErrorCodes.PRINTAPI_TLD_NOTFOUND">
<summary>
TLD dll not found. Please verify existence of the file.
</summary>
</member>
<member name="F:Symbol.Printing.ErrorCodes.PRINTAPI_PDD_NOTFOUND">
<summary>
PDD dll not found. Please verify existence of the file.
</summary>
</member>
<member name="F:Symbol.Printing.ErrorCodes.PRINTAPI_NOT_SUPPORTED">
<summary>
This API is not supported at this point of time.
</summary>
</member>
<member name="F:Symbol.Printing.ErrorCodes.PRINTAPI_PRINTER_NOT_READY">
<summary>
Printer not ready or not responding.
</summary>
</member>
<member name="F:Symbol.Printing.ErrorCodes.PRINTAPI_INVALID_HANDLE">
<summary>
Invalid handle value.
</summary>
</member>
<member name="F:Symbol.Printing.ErrorCodes.PRINTAPI_INVALID_PARAMETER">
<summary>
Invalid parameter passed to PRINT API.
</summary>
</member>
<member name="F:Symbol.Printing.ErrorCodes.PRINTAPI_FIND_FREE_SLOT_FAILED">
<summary>
Function Print_findfreeslot failed
</summary>
</member>
<member name="F:Symbol.Printing.ErrorCodes.PRINTAPI_CREATEFILE_FAILED">
<summary>
Open printer device failed.
</summary>
</member>
<member name="F:Symbol.Printing.ErrorCodes.PRINTAPI_DEVICE_IOCTL_FAILED">
<summary>
Device IO control failed.
</summary>
</member>
<member name="F:Symbol.Printing.ErrorCodes.PRINTAPI_CREATEDC_FAILED">
<summary>
Create device context failed.
</summary>
</member>
<member name="F:Symbol.Printing.ErrorCodes.PRINTAPI_DELETEDC_FAILED">
<summary>
Delete device context failed.
</summary>
</member>
<member name="F:Symbol.Printing.ErrorCodes.PRINTAPI_LOCAL_ALLOC_FAILED">
<summary>
LocalAlloc function failed. No enough memory.
</summary>
</member>
<member name="F:Symbol.Printing.ErrorCodes.PRINTAPI_BITMAP_ROP_FAILED">
<summary>
Raster operation failed for the bitmap.
</summary>
</member>
<member name="F:Symbol.Printing.ErrorCodes.PRINTAPI_COM_PORT_OPEN_FAILED">
<summary>
Failed to open COM port.
</summary>
</member>
<member name="F:Symbol.Printing.ErrorCodes.PRINTAPI_MULTICHAR_TO_MULTIBYTE_FAILED">
<summary>
Converting from wide char to multi byte failed.
</summary>
</member>
<member name="F:Symbol.Printing.ErrorCodes.PRINTAPI_INVALID_DATA">
<summary>
Invalid data was passed.
</summary>
</member>
<member name="F:Symbol.Printing.ErrorCodes.PRINTAPI_LOW_BATTERY">
<summary>
Low battery.
</summary>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -