Interface IDoc
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/print/Doc.html
public interface IDoc
Properties
Attributes
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; }