PDF Control for WPF - Sticky Notes, highliting, user defined stamp text - wpf

I need an PDF Control for WPF which is able to allow such editing:
Sticky Notes
highlighting (text, lines, etc)
user defined stampt text
If someone know such a control please let me know. Of course should be a commercial product.
Thank you!
Tom

Related

Does DevExpress have anything similar to the Syncfusion BannerTextProvider?

I would like to replace
Syncfusion.Windows.Forms.BannerTextProvider
Syncfusion.Windows.Forms.BannerTextInfo
with equivalent (or similar) DevExpress component or just System.Windows.Forms. Any suggestion please?
https://www.syncfusion.com/products/windows-forms/bannertextprovider
BannerTextProvider helps to customize the editor control appearance. You can also change the banner text color, Mode and etc.
BannerTextProvider includes the following modes.
FocusMode: The banner text disappears when the control gets focus.
EditMode: The banner text disappears only when the control is in Edit Mode or when the associated textbox is not empty.
Please check below sample for your reference.
Sample link: http://www.syncfusion.com/downloads/support/directtrac/general/ze/BannerTextProvider-1042639859
UG link: http://help.syncfusion.com/windowsforms/bannertextprovider/overview
Could you please share us, what difficulty you are facing with Syncfusion BannerText Component? That will be helpful for us to analyze and provide solution.

WPF Printing large custom control

I'm sorry if this is a duplicate, but I couldn't find anything relating to it.
I'm trying to create an XpsDocument from a custom control that I have. The custom control already defines properties for a header and a footer, along with the body.
The idea is to be able to use that same control (or derivatives of it) as an input to some custom DocumentPaginator that will create a printer-ready version of that "report", with the header and the footer put on every page, and the controls, inside the body, showing in full (I don't want to create a bitmap of the whole control, then scale it and cut it where the page ends).
Any ideas on how I can split the contents of a user control into pages?
Or suggestions on a different way to achieve the printing of the control onto pages?
Thanks a lot in advance
Check of VisualDOcumentPaginator;
http://www.codeproject.com/Articles/164033/WPF-Visual-Print-Component

Language change in textbox in silverlight 4

I am new in silverlight ,I have more than two textbox in a UI, what i want to do is there will be a textbox with a label secondary name,on that text box when user type anything it should come in arabic language!
I mean when users focused on a textbox control the default language need to change to arabic.
I have seen same questions in this stackoverklow,but the answer i saw was saying how to do resource switching of languages of labels,buttons etc. but my question is how can i change the language when i type in a textbox control,Hope u get my point.
Thank you in advance.
You can do this through an API call if you're trying to put the translated text into the label. This link shows example code on how to use the Bing Translation API in Silverlight.

Flipping pages effect in wpf

I have to do an animation in a WPF project .
That is,one of the windows should display person's photos like an album,
where i should be able to flip the pages to see each person's info.
Each page should contain a header Description of person and a Photo below.
I dont have expression blend.
What is the simple way to do this.I am new to animation featues of WPF.So wher should i begin and which control should i use?
Please provide some inputs.Code samples,links etc.
Thansk
SNA
Maybe this

wpf / silverlight textbox filter design

I have a list that the user can filter in several ways. two of which lend themselves to combo boxes and two that need to accept user input. For example, one textbox allows the user to type in any part of a list item's description, and the dialog will only present items whose description contains the text entered.
It is a dialog 'picker' type of window, so space is at a premium. I'd like for the text boxes not to require a traditional label. Instead, when the dialog is first invoked, the label (ie, "Description") is grayed out, centered, and in italics. Maybe a tool tip to further make it obvious to the user what it's for. When the user starts to type, the faux label disappears and the entered text is normal left aligned text.
Does wpf / silverlight have any native support for doing something like this? I guess it could be a combination of styles and eventing. I'd rather not invent any wheels that might be out there (I got the idea specifically from looking at Tortoise' "Show Log" window, but I've seen it before).
Does anyone have any sample code they can share to do this? Or a an alternative idea that also saves space and simplifies the layout?
Cheers,
Berryl
Kevin Moore's InfoTextBox, which is part of his Bag-O-Tricks is the kind of thing I was looking for, almost exactly. This is also the 'watermark' (great name - I would have found this sooner if I had known that) text box from another post.

Resources