Search Results for

    Show / Hide Table of Contents

    Class PrintablePdf

    Represents a printable PDF.

    Inheritance
    System.Object
    PrintablePdf
    Implements
    IPrintable
    System.IDisposable
    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 Source

    PrintablePdf(Byte[])

    Create new printable pdf

    Declaration
    public PrintablePdf(byte[] pdf)
    Parameters
    Type Name Description
    System.Byte[] pdf

    Single pdf

    | Improve this Doc View Source

    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 Source

    Dispose()

    Free resources

    Declaration
    public void Dispose()
    | Improve this Doc View Source

    Print(PrinterDevice)

    Execute printing process

    Declaration
    public void Print(PrinterDevice device)
    Parameters
    Type Name Description
    PrinterDevice device
    | Improve this Doc View Source

    PrintFit(PrinterDevice)

    Execute printing process

    Declaration
    public void PrintFit(PrinterDevice device)
    Parameters
    Type Name Description
    PrinterDevice device

    Implements

    IPrintable
    System.IDisposable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx