Forum member

tony722

1 post

Posts by tony722

  1. PowerPoint Interop ConvertToAfterEffect Won't Compile in NCrunch 1.41.0.50b

    I have the following in my code: [code=csharp]var effect = slide.TimeLine.MainSequence.AddEffect(shape, PPT.MsoAnimEffect.msoAnimEffectAppear, trigger: PPT.MsoAnimTriggerType.msoAnimTriggerAfterPrevious); slide.TimeLine.MainSequence.ConvertToAfterEffect(effect, PPT.MsoAnimAfterEffect.msoAnim…