Represents a TIFF image file.
For a list of all members of this type, see TiffFile members.
![]() ![]() ![]() ![]() ![]() ![]()
|
System.Object
ceTe.DynamicPDF.Imaging.TiffFile
[Visual Basic]
Public Class TiffFile [C#]
public class TiffFile See the Tiff Images section for more details on TiffFile.
This example shows how to create a PDF out of a Tiff image.
[Visual Basic]
Imports System
Imports ceTe.DynamicPDF
Imports ceTe.DynamicPDF.Imaging
Module MyModule
Sub Main()
' Create a TiffFile object from the TIFF image
Dim myTiffFile As TiffFile = New TiffFile("C:\MyMultipageTiff.tif")
' Create a document object from the file
Dim MyDocument As Document = myTiffFile.GetDocument()
' Save the PDF document
MyDocument.Draw("C:\MyDocument.pdf")
End Sub
End Module
[C#]
using System; |
This class is a DynamicPDF Generator Professional Edition feature. One of the following licenses is required for non-evaluation usage:
Namespace: ceTe.DynamicPDF.Imaging
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: ceTe.DynamicPDF (in ceTe.DynamicPDF.dll)
TiffFile Members | ceTe.DynamicPDF.Imaging Namespace
© Copyright 2007, ceTe Software