Table of Contents

Constructor EmbeddedPdfFile

Namespace
LMKit.Document.Pdf
Assembly
LM-Kit.NET.dll

EmbeddedPdfFile(string, string, byte[])

Initializes a new instance of the EmbeddedPdfFile class.

public EmbeddedPdfFile(string name, string mimeType, byte[] content)

Parameters

name string

The embedded file's name as declared in the PDF (e.g. factur-x.xml).

mimeType string

The MIME type guessed from the file name (e.g. application/xml).

content byte[]

The embedded file's decoded, inflated content.

Share