how to tiff file to print in c# winform
please give Answer its urgent
Blog : http://aspnettutorialscode.blogspot.in/
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Peter ArdernPosted Mar 26, 2015, 1:34 PM
https://msdn.microsoft.com/en-us/library/stf701f5%28v=vs.110%29.aspx
Note that TIFF format supports different compressions types (JPEG, FAX, etc.). So if the compression is not natively supported by the standard .NET classes, you might need to use a programming toolkit (leadtools) that supports different types of compressions.
About printing the image, see the following MSDN help page:
https://msdn.microsoft.com/en-us/library/system.drawing.printing.pagesettings.landscape.aspx
Jørn BorgenPosted Jan 13, 2015, 5:08 PM
By TIFF you mean the Image Format?
Do you wish to display an TIFF image using C# WinForms?
Or do you wish to print out an TIFF image to an printer using C#?