Table of Contents

Class PdfCustomValue

Namespace
PdfSharp.Pdf
Assembly
PdfSharp.dll

This class is intended for empira internal use only and may change or drop in future releases.

public class PdfCustomValue : PdfDictionary, ICloneable, IEnumerable<KeyValuePair<string, PdfItem?>>, IEnumerable
Inheritance
PdfCustomValue
Implements
Inherited Members

Constructors

PdfCustomValue()

This function is intended for empira internal use only.

public PdfCustomValue()

PdfCustomValue(byte[])

This function is intended for empira internal use only.

public PdfCustomValue(byte[] bytes)

Parameters

bytes byte[]

Fields

CompressionMode

This property is intended for empira internal use only.

public PdfCustomValueCompressionMode CompressionMode

Field Value

PdfCustomValueCompressionMode

Properties

Value

This property is intended for empira internal use only.

public byte[]? Value { get; set; }

Property Value

byte[]