Table of Contents

Class PdfTransition

Namespace
iTextSharp.text.pdf
Assembly
iTextSharp.LGPLv2.Core.dll
public class PdfTransition
Inheritance
PdfTransition
Inherited Members

Constructors

PdfTransition()

Constructs a Transition .

public PdfTransition()

PdfTransition(int)

Constructs a Transition .

public PdfTransition(int type)

Parameters

type int

type of the transition effect

PdfTransition(int, int)

Constructs a Transition .

public PdfTransition(int type, int duration)

Parameters

type int

type of the transition effect

duration int

duration of the transition effect

Fields

BLINDH

Vertical Blinds

public const int BLINDH = 6

Field Value

int

BLINDV

Vertical Blinds

public const int BLINDV = 5

Field Value

int

BTWIPE

Bottom-Top Wipe

public const int BTWIPE = 11

Field Value

int

DGLITTER

Diagonal Glitter

public const int DGLITTER = 16

Field Value

int

DISSOLVE

Dissolve

public const int DISSOLVE = 13

Field Value

int

INBOX

Inward Box

public const int INBOX = 7

Field Value

int

LRGLITTER

Left-Right Glitter

public const int LRGLITTER = 14

Field Value

int

LRWIPE

Left-Right Wipe

public const int LRWIPE = 9

Field Value

int

OUTBOX

Outward Box

public const int OUTBOX = 8

Field Value

int

RLWIPE

Right-Left Wipe

public const int RLWIPE = 10

Field Value

int

SPLITHIN

IN Horizontal Split

public const int SPLITHIN = 4

Field Value

int

SPLITHOUT

Out Horizontal Split

public const int SPLITHOUT = 2

Field Value

int

SPLITVIN

In Vertical Split

public const int SPLITVIN = 3

Field Value

int

SPLITVOUT

Out Vertical Split

public const int SPLITVOUT = 1

Field Value

int

TBGLITTER

Top-Bottom Glitter

public const int TBGLITTER = 15

Field Value

int

TBWIPE

Top-Bottom Wipe

public const int TBWIPE = 12

Field Value

int

duration

duration of the transition effect

protected int duration

Field Value

int

type

type of the transition effect

protected int type

Field Value

int

Properties

Duration

public int Duration { get; }

Property Value

int

TransitionDictionary

public PdfDictionary TransitionDictionary { get; }

Property Value

PdfDictionary

Type

public int Type { get; }

Property Value

int