Search Results for

    Show / Hide Table of Contents

    Interface IPdfLayerService

    Pdf layer service

    Namespace: Simplic.DocumentProcessing
    Assembly: Simplic.DocumentProcessing.dll
    Syntax
    public interface IPdfLayerService

    Methods

    | Improve this Doc View Source

    MergeLayer(Byte[], Byte[], PdfLayerMode)

    Add a layer to a pdf and return it

    Declaration
    byte[] MergeLayer(byte[] pdf, byte[] layer, PdfLayerMode mode)
    Parameters
    Type Name Description
    System.Byte[] pdf

    Pdf to add the layer to

    System.Byte[] layer

    Layer file as byte arrya

    PdfLayerMode mode

    Add mode (first page, each page, ...)

    Returns
    Type Description
    System.Byte[]

    Pdf with layer

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