A3DPDFRichMediaAnnotData
-
struct
A3DPDFRichMediaAnnotData A3DPDFRichMediaAnnotDatastructure: options for the RichMedia annot behavior in the PDF.12.2
Variables
-
A3DPDFEActivateWhen
A3DPDFRichMediaAnnotData.m_eActivateWhen -
Option to specify when the RichMedia annot should be activated.
-
A3DPDFEDesactivateWhen
A3DPDFRichMediaAnnotData.m_eDesactivateWhen -
Option to specify when the RichMedia annot should be deactivated.
-
A3DInt32
A3DPDFRichMediaAnnotData.m_iBorderWidth -
Border width in points.
0 for an invisible border.
-
A3DPDFEPlaybackControlsSkin
A3DPDFRichMediaAnnotData.m_ePlaybackControlsSkin -
Option to specify the controls that should be present for the RichMedia annot.
-
A3DPDFRgbColorData
A3DPDFRichMediaAnnotData.m_sPlaybackControlsColor -
PlaybackControls color.
-
A3DInt32
A3DPDFRichMediaAnnotData.m_iPlaybackControlsOpacity -
PlaybackControls opacity.
Values are from 0 (transparent) to 100 (opaque).
-
A3DBool
A3DPDFRichMediaAnnotData.m_bPlaybackControlsAutohide -
PlaybackControls auto hiding.
-
A3DInt32
A3DPDFRichMediaAnnotData.m_iPlayerVolume -
Playbacker volume.
Values are from 0 (mute) to 100.
-
A3DPDFImage *
A3DPDFRichMediaAnnotData.m_pPosterImage -
Specifies a poster image to be displayed when the RichMedia Annot is not activated.
Null can not be specified.
-
A3DUTF8Char *
A3DPDFRichMediaAnnotData.m_pcName -
Name of the RichMedia Annot.
If NULL is specified, the name is automatically generated.