Table of Contents

Class PrintAgentConfig

Namespace
CMS.Plugin.MesSuite.Abstractions.Models
Assembly
CMS.Plugin.MesSuite.Abstractions.dll

打印配置

public class PrintAgentConfig
Inheritance
PrintAgentConfig
Inherited Members

Properties

DisplayName

显示名称

public string DisplayName { get; }

Property Value

string

PrintAgentIP

打印代理

public string PrintAgentIP { get; set; }

Property Value

string

PrintTemplate

模板路径

public string PrintTemplate { get; set; }

Property Value

string

PrinterName

打印机名称

public string PrinterName { get; set; }

Property Value

string