Table of Contents

Class StampingProperties

Namespace
iText.Kernel.Pdf
Assembly
itext.kernel.dll
public class StampingProperties : DocumentProperties
Inheritance
StampingProperties
Inherited Members

Constructors

StampingProperties()

public StampingProperties()

StampingProperties(StampingProperties)

public StampingProperties(StampingProperties other)

Parameters

other StampingProperties

Fields

appendMode

protected bool appendMode

Field Value

bool

preserveEncryption

protected bool preserveEncryption

Field Value

bool

Methods

PreserveEncryption()

Defines if the encryption of the original document (if it was encrypted) will be preserved.

public virtual StampingProperties PreserveEncryption()

Returns

StampingProperties

this StampingProperties instance

Remarks

Defines if the encryption of the original document (if it was encrypted) will be preserved. By default, the resultant document doesn't preserve the original encryption.

UseAppendMode()

Defines if the document will be edited in append mode.

public virtual StampingProperties UseAppendMode()

Returns

StampingProperties

this StampingProperties instance