Click or drag to resize

IPrinterRef Interface

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

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

The IPrinterRef type exposes the following members.

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