Click or drag to resize

IPrinterQueueRef Interface

Reference to a printer which can be used to print documents using Print(IPrinterQueueRef, Document, Boolean).

Namespace: Resto.Front.Api.Data.Print
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
public interface IPrinterQueueRef : ISerializable, 
	IEntity

The IPrinterQueueRef type exposes the following members.

Properties
 NameDescription
Public propertyCheckIsConfiguredCheck for printer configured.
Public propertyId
(Inherited from IEntity)
Top
Methods
 NameDescription
Public methodGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable)
Top
See Also