Skip to main content
Skip table of contents

PdfTransition

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
TypeNameMethods
intDurationget
PdfDictionaryTransitionDictionaryget
intTypeget

Details

Constructors

PdfTransition [1/3]

Source code

public PdfTransition()
PdfTransition [2/3]

Source code

public PdfTransition(int type)
Arguments
TypeNameDescription
inttype
PdfTransition [3/3]

Source code

public PdfTransition(int type, int duration)
Arguments
TypeNameDescription
inttype
intduration

Properties

Duration
public virtual int Duration { get; }
Type
public virtual int Type { get; }
TransitionDictionary
public virtual PdfDictionary TransitionDictionary { get; }

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.