Is Border=None possible?
Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange
-
- User
- Posts: 275
- Joined: Mon Aug 04, 2008 5:04 pm
Is Border=None possible?
Hello Tracker-Team,
I've a short question: If a document is opened, there is a 3D-Border around the viewer-control. Is it possible to disable this border? >>> Like Border=None
I've a short question: If a document is opened, there is a 3D-Border around the viewer-control. Is it possible to disable this border? >>> Like Border=None
-
- User
- Posts: 664
- Joined: Tue Nov 14, 2006 12:23 pm
Re: Is Border=None possible?
Sorry, but no. We are thinking to add such possibility in near future.
-
- User
- Posts: 275
- Joined: Mon Aug 04, 2008 5:04 pm
Re: Is Border=None possible?
No Prob! THX4feedback!
-
- Site Admin
- Posts: 2448
- Joined: Thu Jun 30, 2005 4:11 pm
Re: Is Border=None possible?
In new build(coming soon) call please:
SetProperty("View.ShowWorkspaceBorder", 0, 0)
SetProperty("View.ShowWorkspaceBorder", 0, 0)
PDF-XChange Co. LTD (Project Developer)
Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
-
- User
- Posts: 275
- Joined: Mon Aug 04, 2008 5:04 pm
Re: Is Border=None possible?
Hi Vasyl,
I tried this new Property out, but if I open a document, the 3D-Border is still exist.
Also in the documentation I can read the following note: "the effect can only be seen when there is no opened document.".
Mmmh, I think this Property is useless, if the 3D-Border is always back again, as soon as I open a document.
Is there any changing be planned in next build?
I tried this new Property out, but if I open a document, the 3D-Border is still exist.
Also in the documentation I can read the following note: "the effect can only be seen when there is no opened document.".
Mmmh, I think this Property is useless, if the 3D-Border is always back again, as soon as I open a document.
Is there any changing be planned in next build?
-
- User
- Posts: 664
- Joined: Tue Nov 14, 2006 12:23 pm
Re: Is Border=None possible?
We will try to add possibility to remove document border in next build.
-
- User
- Posts: 275
- Joined: Mon Aug 04, 2008 5:04 pm
Re: Is Border=None possible?
Thx 4 reply and I've found a little workaround for me.
I placed your control in a framecontrol and set the Left/Top/Width/Height-propertys with a little distance to hide the 3D-Border. That's OK me at this time!
I placed your control in a framecontrol and set the Left/Top/Width/Height-propertys with a little distance to hide the 3D-Border. That's OK me at this time!

-
- Site Admin
- Posts: 5223
- Joined: Tue Jun 29, 2004 10:34 am
Re: Is Border=None possible?
Excellent ! 

If posting files to this forum - you must archive the files to a ZIP, RAR or 7z file or they will not be uploaded - thank you.
Best regards
Tracker Support
http://www.tracker-software.com
Best regards
Tracker Support
http://www.tracker-software.com
-
- User
- Posts: 23
- Joined: Mon Sep 09, 2013 8:38 am
Re: Is Border=None possible?
Have the same behavior - can't get hidden 3D border around the viewer control.
Setting properties ShowDocumentViewBorder and/or ShowWorkspaceBorder have no effect.
Is there any way to get this border hidden even when document is opened?
Setting properties ShowDocumentViewBorder and/or ShowWorkspaceBorder have no effect.
Is there any way to get this border hidden even when document is opened?
-
- Site Admin
- Posts: 19913
- Joined: Mon Jan 12, 2009 8:07 am
Re: Is Border=None possible?
Hello vzgherea,
Have you tried Dorwol's workaround a couple of comments above?
Regards,
Stefan
Have you tried Dorwol's workaround a couple of comments above?
Regards,
Stefan
-
- User
- Posts: 23
- Joined: Mon Sep 09, 2013 8:38 am
Re: Is Border=None possible?
Hello Stefan,
Yes, I've tried Dorwol's workaround and it worked for me.
Now I have another question - is it possible to hide page's border?
Thank you.
Yes, I've tried Dorwol's workaround and it worked for me.
Now I have another question - is it possible to hide page's border?
Thank you.
-
- Site Admin
- Posts: 2448
- Joined: Thu Jun 30, 2005 4:11 pm
Re: Is Border=None possible?
Hi, vzgherea
Best
Regards.
I'm afraid it is impossible in current version.Now I have another question - is it possible to hide page's border?
Best
Regards.
PDF-XChange Co. LTD (Project Developer)
Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
-
- User
- Posts: 23
- Joined: Mon Sep 09, 2013 8:38 am
Re: Is Border=None possible?
Is it possible to make control's background transparent?
In my case control is placed on a page with gradient, what I try to achieve is to have pdf page displayed over page with gradient, without border and background displayed.
Thank you.
In my case control is placed on a page with gradient, what I try to achieve is to have pdf page displayed over page with gradient, without border and background displayed.
Thank you.
-
- Site Admin
- Posts: 2448
- Joined: Thu Jun 30, 2005 4:11 pm
Re: Is Border=None possible?
Hi,
You may change background color only. Or you may use the textured background.
Currently the "Pages View" control is the normal child window. So we cannot make this window (and some its parent-containers) transparent..
In the new version of SDK you will be able to customize background of "Page Views" directly, set custom gradient for example. Also you will be able to remove border/shadows of pages.
Or you will be able to create special windowless "Pages View" control inside your windowed container.
Best
Regards.
You may change background color only. Or you may use the textured background.
Currently the "Pages View" control is the normal child window. So we cannot make this window (and some its parent-containers) transparent..
In the new version of SDK you will be able to customize background of "Page Views" directly, set custom gradient for example. Also you will be able to remove border/shadows of pages.
Or you will be able to create special windowless "Pages View" control inside your windowed container.
Best
Regards.
PDF-XChange Co. LTD (Project Developer)
Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
-
- User
- Posts: 23
- Joined: Mon Sep 09, 2013 8:38 am
Re: Is Border=None possible?
Hello Vasyl,
When do you plan to release new version?
It would be great to have functionality you've described.
When do you plan to release new version?
It would be great to have functionality you've described.
-
- Site Admin
- Posts: 7370
- Joined: Wed Mar 25, 2009 10:37 pm
Re: Is Border=None possible?
Hi vzgherea
the new SDK is still some months away. There is still a great deal of documentation and testing to be done.
hth
the new SDK is still some months away. There is still a great deal of documentation and testing to be done.
hth
Best regards
Paul O'Rorke
PDF-XChange Support
http://www.pdf-xchange.com
Paul O'Rorke
PDF-XChange Support
http://www.pdf-xchange.com