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
inttype of the transition effect
PdfTransition(int, int)
Constructs a Transition .
public PdfTransition(int type, int duration)
Parameters
Fields
BLINDH
Vertical Blinds
public const int BLINDH = 6
Field Value
BLINDV
Vertical Blinds
public const int BLINDV = 5
Field Value
BTWIPE
Bottom-Top Wipe
public const int BTWIPE = 11
Field Value
DGLITTER
Diagonal Glitter
public const int DGLITTER = 16
Field Value
DISSOLVE
Dissolve
public const int DISSOLVE = 13
Field Value
INBOX
Inward Box
public const int INBOX = 7
Field Value
LRGLITTER
Left-Right Glitter
public const int LRGLITTER = 14
Field Value
LRWIPE
Left-Right Wipe
public const int LRWIPE = 9
Field Value
OUTBOX
Outward Box
public const int OUTBOX = 8
Field Value
RLWIPE
Right-Left Wipe
public const int RLWIPE = 10
Field Value
SPLITHIN
IN Horizontal Split
public const int SPLITHIN = 4
Field Value
SPLITHOUT
Out Horizontal Split
public const int SPLITHOUT = 2
Field Value
SPLITVIN
In Vertical Split
public const int SPLITVIN = 3
Field Value
SPLITVOUT
Out Vertical Split
public const int SPLITVOUT = 1
Field Value
TBGLITTER
Top-Bottom Glitter
public const int TBGLITTER = 15
Field Value
TBWIPE
Top-Bottom Wipe
public const int TBWIPE = 12
Field Value
duration
duration of the transition effect
protected int duration
Field Value
type
type of the transition effect
protected int type
Field Value
Properties
Duration
public int Duration { get; }
Property Value
TransitionDictionary
public PdfDictionary TransitionDictionary { get; }
Property Value
Type
public int Type { get; }