Home >
.NET Imaging SDK >
VB.NET >
Rotate TIFF File Page
"This online guide content is
Out Dated!
Please get the latest
XDoc.Tiff C# Developer Guide here.
"
Overview on VB.NET TIFF Rotator
RasterEdge VB.NET TIFF Rotating component is built to enable programmers and armature end users to rotate desired single or multiple TIFF file page(s) in any angle ranging from 0 to 360 degrees without noticeable quality loss and reassemble & save rotated TIFF file with the same file name.
barcode scanner visual basic,
print barcode labels using c#,
c# itextsharp pdf page to image,
c# itextsharp add text to pdf,
open source library to print pdf c#,
pdf417 decoder c#.
Users can easily embed this TIFF page rotating control with your VB.NET Windows imaging project, as well as VB.NET web application.
Related .net document control helps:
asp.net mvc text file viewer: ASP.NET Text file viewer in MVC, WebForms: Open, view, annotate, convert txt files in C# ASP.NET
asp.net pdf document viewer: ASP.NET PDF Document Viewer in C#: open, display, view, annotate, redact Adobe PDF files online in ASP.NET MVC & WebForm...
asp.net document viewer c#: ASP.NET Document Viewer using C#: Open, View, Annotate, Redact, Convert document files in ASP.NET using C#, HTML5, JQuer...
asp.net pdf viewer: ASP.NET PDF Viewer Control: view, navigate, zoom Adobe PDF document in C# ASP.NET
asp.net ppt viewer: ASP.NET PowerPoint Document Viewer Control (MVC & WebForms): view ppt, pptx files online in C# using ASP.NET
asp.net mvc pdf editor: ASP.NET MVC PDF Viewer & Editor: view, annotate, redact, edit PDF document in C# ASP.NET MVC
asp.net excel web viewer: ASP.NET Excel Viewer in C# Control (MVC & WebForms): view Office Excel document in web browser.
In addition to TIFF file rotating, RasterEdge .NET Imaging Rotating SDK control also supports other image and document forms rotating operations, specific formats are: JPEG, PNG, GIF, BMP, PDF, Word (Docx), DICOM, ect.
generate pdf thumbnail c#,
c# convert ppt to pdf,
rotate pdf pages using c#,
pdf editor vb.net,
vb.net create pdf thumbnail background color,
itextsharp insert image in pdf vb.net,
vb.net convert tiff to pdf.
In this VB project TIFF page rotating tutorial article, users are able to learn that:
- Specific benefits and technologies of TIFF page rotating function in VB.NET project
- How to incorporate TIFF rotating controls within a Windows application in VB imaging language
- Complete TIFF page rotating add-on method that is programmed in hundred percent Visual VB.NET class
- How to use the provided TIFF file rotating sample code within your VB program
TIFF Page Rotating Features in VB Class
- Compatible with Microsoft Visual Studio 2005 and .NET Framework 2.0, also all the later versions
- Easy to create a VB.NET Windows application for TIFF image file rotating
- Unique RasterEdge DocImage SDK for .NET developer license ensures you with a high quality TIFF rotating work
- Compliant .NET imaging loading solutions are offered for users to input target TIFF file in a proper way
- VB.NET methods for you to locate the target TIFF page(s) accurately and quickly
- Rotate single or multiple TIFF page(s) at one time just as you wish
- Adjust target TIFF page(s) to any angle among 360 degrees in VB project
- .NET imaging saving toolkits allow users to store rotated TIFF file to disk or memory
- Save the rotated page(s) to new a TIFF file or the original TIFF document
- Multiple image formats support for saving rotated TIFF page(s), like jpeg, png, gif, bmp, and more
Incorporate TIFF Rotator with VB Imaging program
It is very easy for users to embed this TIFF image rotating component within a VB program. In order to do this, you need to create a Windows sample imaging application in Visual Basic .NET class, and then embed "RasterEdge.Imaging.Basic.dll", "RasterEdge.Imaging.TIFF.dll" and "RasterEdge.Imaging.Processing.dll" references to the created VB project via adding reference.
pdf editor asp.net,
excel viewer asp.net c#,
asp.net itextsharp add image to pdf,
asp.net pdf preview,
asp.net mvc generate pdf from view,
asp.net c# pdf viewer,
view image in asp.net.
Method on TIFF Rotating Add-on in VB.NET
Although following TIFF image rotating API is so simple, it is powerful enough for satisfying all users' TIFF image rotating requirements. For example, using this method, you are capable of rotating TIFF page upside down within 360 degrees, adjusting image rotating algorithm and saving the rotating settings that can bring you huge convenience for future use.
Public Shared Function ApplyRotate(img As REImage, deg As Integer) As Integer
End Function
Entire Demo Code to Rotate TIFF Page in VB.NET
Following complete VB.NET sample code on TIFF file rotating can be applied to your VB.NET Windows imaging project directly as long as you have gotten our granted developer license. Nay more, following code is so flexible that you can customize your own TIFF page rotator by adjusting some changeable code.
Public Shared FolderName As String = "c:/"
Private Sub button1_Click(sender As Object, e As EventArgs)
Dim fileName As String = FolderName & "Sample.tif"
Dim doc As REDocument = REFile.OpenDocumentFile(fileName, New TIFDecoder())
Dim aPage As BasePage = doc.GetPage(0)
Dim reImage As REImage = DirectCast(aPage.ToImage(), REImage)
REFile.SaveImageFile(reImage, "c:/reimage1.png", New PNGEncoder())
Dim reImage1 As REImage = REFile.OpenImageFile("c:/reimage1.png")
ImageProcessing.ApplyRotate(reImage1, 100)
REFile.SaveImageFile(reImage1, "c:/rotate.png", New PNGEncoder())
End Sub
Brief Summary on VB.NET TIFF Processing Library
Following paragraph is a brief introduction on the general TIFF processing and manipulation functions in VB.NET imaging program. If you are not so clear about our TIFF Processing SDK, we suggest you have a read.
RasterEdge
.NET TIFF Processing SDK provides dozens of TIFF editing functions in several categories within VB.NET imaging project, including TIFF page rotating (demonstrated in this page), inserting a new blank TIFF page, adding image(s) to TIFF page, deleting any desired TIFF page(s), reorder TIFF pages ordered or not, and splitting huge target TIFF file into multiple and smaller TIFF documents.
Recommend this to Google+