PDF rotate in Active X VA_WEBCTL
Posted: Tue Sep 13, 2022 5:43 pm
Hi all,
Do you know how to rotate the PDF shown in VA_WEBCTL ActiveX control?
I tried setting Rotation(90) to #VA_WEBCTL but nothing changed.
Thank you in advance.
Best Regards,
Megumi Sawada
Do you know how to rotate the PDF shown in VA_WEBCTL ActiveX control?
Code: Select all
Function Options(*DIRECT)
Begin_Com Role(*EXTENDS #PRIM_FORM) Clientheight(302) Clientwidth(484) Left(512) Top(190) Width(499)
Define_Com Class(#VA_WEBCTL.WebBrowser) Name(#VA_WEBCTL) Displayposition(1) Height(302) Left(0) Parent(#COM_OWNER) Tabposition(1) Top(0) Width(484)
Evtroutine Handling(#com_owner.Initialize)
Set Com(#com_owner) Caption(*component_desc)
Invoke Method(#VA_WEBCTL.Navigate) Url('http://xxx.com/sample.pdf')
Endroutine
End_ComThank you in advance.
Best Regards,
Megumi Sawada