ActiveReports Developer 7
TiffExport Class Members
See Also  Properties  Methods  Events
GrapeCity.ActiveReports.Export.Image.v7 Assembly > GrapeCity.ActiveReports.Export.Image.Tiff.Section Namespace : TiffExport Class

Glossary Item Box

The following tables list the members exposed by TiffExport.

Public Constructors

 NameDescription
Public ConstructorTiffExport ConstructorInitializes a new instance of the TiffExport class.  
Top

Public Properties

 NameDescription
Public PropertyCompressionSchemeSets or returns a value which specifies the compression scheme to be used when exporting a TIFF file.  
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyDitherSpecifies whether the image should be dithered when saving to a black and white output format such as Ccitt4, Ccitt3 or Rle. If the CompressionScheme is set to Lzw or None (indicating color output) this property has no effect.  
Public PropertyDpiXGet or set the horizonal resolution value when exporting a TIFF.  
Public PropertyDpiYGet or set the vertical resolution value when exporting a TIFF.  
Public PropertyPaginationGets or sets the value indicates should pagination be used for resulted TIFF document or not  
Public PropertySite (Inherited from System.ComponentModel.Component)
Top

Public Methods

 NameDescription
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from System.ComponentModel.Component)
Public MethodExportOverloaded. Exports the specified document to TIFF format.  
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodToString (Inherited from System.ComponentModel.Component)
Top

Public Events

 NameDescription
Public EventDisposed (Inherited from System.ComponentModel.Component)
Top

See Also