PDF File Writer Class Library - Author Uzi Granot
MediaOperation Enumeration |
Media operation code
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
SyntaxC#
public enum MediaOperation
Members| Member name | Value | Description | |
|---|---|---|---|
| Play | 0 | Play | |
| Stop | 1 | Stop | |
| Pause | 2 | Pause | |
| Resume | 3 | Resume | |
| PlayAfterPause | 4 | Play after pause |
RemarksOperation to perform when rendition action is triggered. Page 669 T 8.64 S 8.5
See Also