Table of Contents

Class PdfEncryptedPayload

Namespace
iText.Kernel.Pdf
Assembly
itext.kernel.dll
public class PdfEncryptedPayload : PdfObjectWrapper<PdfDictionary>
Inheritance
PdfEncryptedPayload
Inherited Members

Constructors

PdfEncryptedPayload(string)

public PdfEncryptedPayload(string subtype)

Parameters

subtype string

Methods

ExtractFrom(PdfFileSpec)

public static PdfEncryptedPayload ExtractFrom(PdfFileSpec fileSpec)

Parameters

fileSpec PdfFileSpec

Returns

PdfEncryptedPayload

GetSubtype()

public virtual PdfName GetSubtype()

Returns

PdfName

GetVersion()

public virtual PdfName GetVersion()

Returns

PdfName

IsWrappedObjectMustBeIndirect()

protected override bool IsWrappedObjectMustBeIndirect()

Returns

bool

SetSubtype(string)

public virtual PdfEncryptedPayload SetSubtype(string subtype)

Parameters

subtype string

Returns

PdfEncryptedPayload

SetSubtype(PdfName)

public virtual PdfEncryptedPayload SetSubtype(PdfName subtype)

Parameters

subtype PdfName

Returns

PdfEncryptedPayload

SetVersion(string)

public virtual PdfEncryptedPayload SetVersion(string version)

Parameters

version string

Returns

PdfEncryptedPayload

SetVersion(PdfName)

public virtual PdfEncryptedPayload SetVersion(PdfName version)

Parameters

version PdfName

Returns

PdfEncryptedPayload

Wrap(PdfDictionary)

public static PdfEncryptedPayload Wrap(PdfDictionary dictionary)

Parameters

dictionary PdfDictionary

Returns

PdfEncryptedPayload