Class PrintablePdf
Represents a printable PDF.
Inheritance
System.Object
PrintablePdf
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.DocumentProcessing
Assembly: Simplic.Framework.DocumentProcessing.dll
Syntax
public class PrintablePdf : IPrintable, IDisposable
Constructors
| Improve this Doc View SourcePrintablePdf(Byte[])
Create new printable pdf
Declaration
public PrintablePdf(byte[] pdf)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | Single pdf |
PrintablePdf(IList<Byte[]>)
Create new printable pdf
Declaration
public PrintablePdf(IList<byte[]> pdfs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<System.Byte[]> | pdfs | List of pdfs for one print-job |
Methods
| Improve this Doc View SourceDispose()
Free resources
Declaration
public void Dispose()
Print(PrinterDevice)
Execute printing process
Declaration
public void Print(PrinterDevice device)
Parameters
Type | Name | Description |
---|---|---|
PrinterDevice | device |
PrintFit(PrinterDevice)
Execute printing process
Declaration
public void PrintFit(PrinterDevice device)
Parameters
Type | Name | Description |
---|---|---|
PrinterDevice | device |
Implements
System.IDisposable