Z
zidansoft
Is there any common ratio for page settings to get full screen Slide
show?through automation to get full screen slide show i am doing like
this
if(width==800&&height==600)//Screen resolution
{
setUp.put_SlideWidth(720);//page setup
setUp.put_SlideHeight(540);
}
else if(width==1280&&height==1024)
{
setUp.put_SlideWidth(720);
setUp.put_SlideHeight(576);
}
else if(width==1280&&height==768)
{
setUp.put_SlideWidth(720);
setUp.put_SlideHeight(432);
}
Any other way to get full screen slide show?
show?through automation to get full screen slide show i am doing like
this
if(width==800&&height==600)//Screen resolution
{
setUp.put_SlideWidth(720);//page setup
setUp.put_SlideHeight(540);
}
else if(width==1280&&height==1024)
{
setUp.put_SlideWidth(720);
setUp.put_SlideHeight(576);
}
else if(width==1280&&height==768)
{
setUp.put_SlideWidth(720);
setUp.put_SlideHeight(432);
}
Any other way to get full screen slide show?