PdfTransition Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf iTextSharp.text.pdf.PdfTransition[[PdfTransition]] end
Members
Properties
Public properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
Details
Constructors
PdfTransition [1/3]
Source code
public PdfTransition()
PdfTransition [2/3]
Source code
public PdfTransition(int type)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
type |
PdfTransition [3/3]
Source code
public PdfTransition(int type, int duration)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
type |
|
|
|
duration |
Properties
Duration
public virtual int Duration { get; }
Type
public virtual int Type { get; }
TransitionDictionary
public virtual PdfDictionary TransitionDictionary { get; }
Generated with ModularDoc