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: 2.14.1869
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
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also