Table of Contents

Interface IDoc

Namespace
Javax.Print
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/print/Doc.html

public interface IDoc

Properties

Attributes

DocAttributeSet Attributes { get; }

Property Value

DocAttributeSet

DocFlavor

DocFlavor DocFlavor { get; }

Property Value

DocFlavor

PrintData

object PrintData { get; }

Property Value

object

ReaderForText

Reader ReaderForText { get; }

Property Value

Reader

StreamForBytes

InputStream StreamForBytes { get; }

Property Value

InputStream