Interface IDoc
.NET interface for TO BE DEFINED FROM USER
public interface IDoc
Properties
Attributes
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/print/Doc.html#getAttributes()
DocAttributeSet Attributes { get; }
Property Value
DocFlavor
DocFlavor DocFlavor { get; }
Property Value
PrintData
object PrintData { get; }
Property Value
ReaderForText
Reader ReaderForText { get; }
Property Value
StreamForBytes
InputStream StreamForBytes { get; }