About 4,600 results
Open links in new tab
  1. Cannot set Image Source from IValueConverter?

    Apr 19, 2006 · I think it's because Image.Source property expects an object of type ImageSource and you provide a string. For the image in green, it works because there is a default conversion from …

  2. Convert Image To Bitonal While Maintaining Maximum Readability

    Jun 10, 2010 · I am currently converting and merging multiple images together into tif format using CCITT4 compression. Also, I have a bitonal method that runs converting each image into 1bpp so …

  3. Converter for Base64String, BitmapImage and IRandomAccessStream

    Apr 22, 2014 · I store a Base64String and wanted to display it in the image control. So I use a converter but got nothing coming up. However If I do it from code behind it does load fine but I need to use …

  4. Save Image from MemoryStream to XPS Document from WPF …

    Feb 4, 2014 · The image will view in a flowdocumentpageviewer, but I need to print the document and I am using code from a forum post to export the document to xps and then load it into a …

  5. how to convert png image into byte array in VC++??

    Mar 20, 2013 · What value does it return, and what is the actual width of the image? Answering to the second question , in my code I pass the value I get on converting the png image as byte array to …

  6. XAML: Content to Int32 Converter - social.msdn.microsoft.com

    Jul 10, 2012 · Hello. I want to make a converter between Content and Int32. First i try to do this with a string to Int32 converter, because i thought the framework will automatic convert between a Content …

  7. pan an image in picturebox vb.net - social.msdn.microsoft.com

    Mar 3, 2011 · Question 0 Sign in to vote hello i have a question. in vb.net can i pan an image within a picturebox without having scroll bars at the side or a seperate form that comes up with the the image …

  8. using a Converter class from a library - social.msdn.microsoft.com

    Feb 18, 2009 · I have 2 similar WPF projects and so I wanted to move the common classes into a class library. If I try to move the converter classes into the library then the following line in xaml fails to …

  9. ImageList and TreeView - social.msdn.microsoft.com

    Apr 12, 2008 · Im slowly progressing through my first days with C# and now I would like to try adding Images to nodes. I was looking at some examples and with using Image.Fromfile ("name") I have …

  10. [W8.1] [C#] Image Opened Event when Loading Image from StorageFile

    May 27, 2015 · Does it means that we somehow as the StorageFile Object the Location and assign it to Image Control and forget about Permission (like User might have selected image from Documents, …