Hi,
I'm using the pencil to draw a freehand shape into the pdf. This works great.
I noticed that the shapes get grouped if they are drawn shortly after each other (about < 500ms)
If the time is greater than (estimated) 500ms, theres only one object for each shape.
Can I change this behavior, so that there is always one single object per shape?
Many thanks.
Peter
Pencil Shape
Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange
-
- Site Admin
- Posts: 19870
- Joined: Mon Jan 12, 2009 8:07 am
Re: Pencil Shape
Hi Peter,
No I am afraid there's no way to alter this option currently.
Best,
Stefan
No I am afraid there's no way to alter this option currently.
Best,
Stefan
-
- Site Admin
- Posts: 2445
- Joined: Thu Jun 30, 2005 4:11 pm
Re: Pencil Shape
Try it:
HTH
Code: Select all
int tmInterval = 0; // to make NEW object each time
pdfViewer.SetProperty("Tools.Pencil.TimeForNewObject", tmInterval, 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: 41
- Joined: Tue Aug 31, 2010 8:44 am
Re: Pencil Shape
It works. Great!
Thanks a lot.

Thanks a lot.
-
- User
- Posts: 1
- Joined: Mon Mar 25, 2013 4:28 pm
Re: Pencil Shape
Vasyl-Tracker Dev Team wrote:Try it:HTHCode: Select all
int tmInterval = 0; // to make NEW object each time pdfViewer.SetProperty("Tools.Pencil.TimeForNewObject", tmInterval, 0);
Which file should I modified?
Thanks!
-
- Site Admin
- Posts: 19870
- Joined: Mon Jan 12, 2009 8:07 am
Re: Pencil Shape
Hello kindlychung,
This is a developers topic, and those modifications need to be done in code.
Best,
Stefan
This is a developers topic, and those modifications need to be done in code.
Best,
Stefan