Click or drag to resize

PrinterObjectProperties Class

Container for properties of a printer object.
Inheritance Hierarchy
SystemObject
  Zebra.Sdk.PrinterPrinterObjectProperties

Namespace: Zebra.Sdk.Printer
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public abstract class PrinterObjectProperties

The PrinterObjectProperties type exposes the following members.

Properties
 NameDescription
Public propertyCRC32 Gets/sets the 32-bit CRC value of the file.
Public propertyDrivePrefix Gets/sets the drive prefix with the trailing colon.
Public propertyExtension Gets/sets the file extension.
Public propertyFileName Gets/sets the file name.
Public propertyFileSize Gets/sets the size of the file in bytes
Public propertyFullName Gets the full name of the file on the printer.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Public methodToString
(Inherited from Object)
Top
See Also