Table of Contents

Interface IPrintJobAttributeSet

Namespace
Javax.Print.Attribute
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/print/attribute/PrintJobAttributeSet.html

public interface IPrintJobAttributeSet : IAttributeSet
Inherited Members

Methods

Add(Attribute)

bool Add(Attribute arg0)

Parameters

arg0 Attribute

Attribute

Returns

bool

bool

AddAll(AttributeSet)

bool AddAll(AttributeSet arg0)

Parameters

arg0 AttributeSet

AttributeSet

Returns

bool

bool