public bool GetPageBackgroundImage(int pageIndex, IntPtr lpBuffer, ref int fileSizeContent)
 {
     return(NativeOriginalStyleFormDesigner.GetPageBackgroundImage(pageIndex, lpBuffer, ref fileSizeContent));
 }