TiffOptions Class
The tiff file format options. Note that width and height tags will get overwritten on image creation by width and height parameters so there is no need to specify them directly. Note that many options return a default value but that does not mean that this option is set explicitly as a tag value. To verify the tag is present use Tags property or the corresponding IsTagPresent method.
Inheritance Hierarchy
SystemObject
  Aspose.PSDDisposableObject
    Aspose.PSDImageOptionsBase
      Aspose.PSD.ImageOptionsTiffOptions

Namespace: Aspose.PSD.ImageOptions
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public class TiffOptions : ImageOptionsBase

The TiffOptions type exposes the following members.

Constructors
  NameDescription
Public methodTiffOptions(TiffDataType)
Initializes a new instance of the TiffOptions class.
Public methodTiffOptions(TiffExpectedFormat)
Initializes a new instance of the TiffOptions class. By default little endian convention is used.
Public methodTiffOptions(TiffOptions)
Initializes a new instance of the TiffOptions class.
Public methodTiffOptions(TiffExpectedFormat, TiffByteOrder)
Initializes a new instance of the TiffOptions class.
Properties
  NameDescription
Public propertyAlphaStorage
Gets or sets the alpha storage option. Options other than Unspecified are used when there are more than 3 SamplesPerPixel defined.
Public propertyArtist
Gets or sets the artist.
Public propertyBitsPerPixel
Gets the bits per pixel.
Public propertyBitsPerSample
Gets or sets the bits per sample.
Public propertyBufferSizeHint
Gets or sets the buffer size hint which is defined max allowed size for all internal buffers.
(Inherited from ImageOptionsBase.)
Public propertyByteOrder
Gets or sets a value indicating the tiff byte order.
Public propertyColorMap
Gets or sets the color map.
Public propertyCompressedQuality
Gets or sets compressed image quality. Used with the Jpeg compression.
Public propertyCompression
Gets or sets the compression.
Public propertyCopyright
Gets or sets the copyright.
Public propertyDateTime
Gets or sets the date and time.
Public propertyDefaultMemoryAllocationLimit Obsolete.
Gets or sets the default memory allocation limit.
Public propertyCode exampleDefaultReplacementFont
Gets or sets the default replacement font (font that will be used to draw text when exporting to raster, if existing layer font in PSD file is not presented in system). To take proper name of default font can be used next code snippet: System.Drawing.Text.InstalledFontCollection col = new System.Drawing.Text.InstalledFontCollection(); System.Drawing.FontFamily[] families = col.Families; string defaultFontName = families[0].Name; PsdLoadOptions psdLoadOptions = new PsdLoadOptions() { DefaultReplacementFont = defaultFontName });
(Inherited from ImageOptionsBase.)
Public propertyDisposed
Gets a value indicating whether this instance is disposed.
(Inherited from DisposableObject.)
Public propertyDocumentName
Gets or sets the name of the document.
Public propertyExifIfd
Gets or sets the pointer to EXIF IFD.
Public propertyFaxT4Options
Gets or sets the fax t4 options.
Public propertyFileStandard
Gets or sets the TIFF file standard.
Public propertyFillOrder
Gets or sets the byte bits fill order.
Public propertyFullFrame
Gets or sets a value indicating whether [full frame].
(Inherited from ImageOptionsBase.)
Public propertyHalfToneHints
Gets or sets the halftone hints.
Public propertyIccProfile
Gets or sets the Icc profile stream.
Public propertyImageDescription
Gets or sets the image description.
Public propertyImageLength
Gets or sets the image length.
Public propertyImageWidth
Gets or sets the image width.
Public propertyInkNames
Gets or sets the ink names.
Public propertyIsExtraSamplesPresent
Gets a value indicating whether the extra samples is present.
Public propertyIsTiled
Gets a value indicating whether image is tiled.
Public propertyIsValid
Gets a value indicating whether the TiffOptions have been properly configured. Use Validate method as to find the failure reason.
Public propertyMaxSampleValue
Gets or sets the max sample value.
Public propertyMinSampleValue
Gets or sets the min sample value.
Public propertyMultiPageOptions
The multipage options
(Inherited from ImageOptionsBase.)
Public propertyOrientation
Gets or sets the orientation.
Public propertyPageName
Gets or sets the page name.
Public propertyPageNumber
Gets or sets the page number tag.
Public propertyPalette
Gets or sets the color palette.
(Overrides ImageOptionsBasePalette.)
Public propertyPhotometric
Gets or sets the photometric.
Public propertyPlanarConfiguration
Gets or sets the planar configuration.
Public propertyPredictor
Gets or sets the predictor for LZW compression.
Public propertyPremultiplyComponents
Gets or sets a value indicating whether components must be premultiplied.
Public propertyProgressEventHandler
Gets or sets the progress event handler.
(Inherited from ImageOptionsBase.)
Public propertyResolutionSettings
Gets or sets the resolution settings.
(Overrides ImageOptionsBaseResolutionSettings.)
Public propertyResolutionUnit
Gets or sets the resolution unit.
Public propertyRowsPerStrip
Gets or sets the rows per strip.
Public propertySampleFormat
Gets or sets the sample format.
Public propertySamplesPerPixel
Gets the samples per pixel. To change this property value use the BitsPerSample property setter.
Public propertyScannerManufacturer
Gets or sets the scanner manufacturer.
Public propertyScannerModel
Gets or sets the scanner model.
Public propertySmaxSampleValue
Gets or sets the max sample value. The value has a field type which best matches the sample data (Byte, Short or Long type).
Public propertySminSampleValue
Gets or sets the min sample value. The value has a field type which best matches the sample data (Byte, Short or Long type).
Public propertySoftwareType
Gets or sets the software type.
Public propertySource
Gets or sets the source to create image in.
(Inherited from ImageOptionsBase.)
Public propertyStripByteCounts
Gets or sets the strip byte counts.
Public propertyStripOffsets
Gets or sets the strip offsets.
Public propertySubFileType
Gets or sets a general indication of the kind of data contained in this subfile.
Public propertyTags
Gets or sets the tags.
Public propertyTargetPrinter
Gets or sets the target printer.
Public propertyThreshholding
Gets or sets the threshholding.
Public propertyTileByteCounts
Gets or sets the tile byte counts.
Public propertyTileLength
Gets ot sets tile length.
Public propertyTileOffsets
Gets or sets the tile offsets.
Public propertyTileWidth
Gets ot sets tile width.
Public propertyTotalPages
Gets the total pages.
Public propertyValidTagCount
Gets the valid tag count. This is not the total tags count but the number of tags which may be preserved.
Public propertyVectorRasterizationOptions
Gets or sets the vector rasterization options.
(Inherited from ImageOptionsBase.)
Public propertyXmpData
Gets or sets the XMP metadata container.
(Overrides ImageOptionsBaseXmpData.)
Public propertyXPAuthor
Gets or sets image author, which used by Windows Explorer.
Public propertyXPComment
Gets or sets comment on image, which used by Windows Explorer.
Public propertyXPKeywords
Gets or sets subject image, which used by Windows Explorer.
Public propertyXposition
Gets or sets the x position.
Public propertyXPSubject
Gets or sets information about image, which used by Windows Explorer.
Public propertyXPTitle
Gets or sets information about image, which used by Windows Explorer.
Public propertyXresolution
Gets or sets the x resolution.
Public propertyYCbCrCoefficients
Gets or sets the YCbCrCoefficients.
Public propertyYCbCrSubsampling
Gets or sets the subsampling factors for YCbCr photometric.
Public propertyYposition
Gets or sets the y position.
Public propertyYresolution
Gets or sets the y resolution.
Methods
  NameDescription
Public methodAddTag
Adds a new tag.
Public methodAddTags
Adds the tags.
Public methodClone
Clones this instance.
(Inherited from ImageOptionsBase.)
Public methodDispose
Disposes the current instance.
(Inherited from DisposableObject.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from DisposableObject.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetTagByType
Gets the instance of the tag by type.
Public methodGetType (Inherited from Object.)
Public methodStatic memberGetValidTagsCount
Gets the valid tags count.
Public methodIsTagPresent
Determines whether tag is present in the options or not.
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodReleaseManagedResources
Releases the managed resources. Make sure no unmanaged resources are released here, since they may have been already released.
(Inherited from ImageOptionsBase.)
Protected methodReleaseUnmanagedResources
Releases the unmanaged resources. Make sure no managed resources are released here, since they may have been already released.
(Inherited from DisposableObject.)
Public methodRemoveTag
Removes the tag.
Public methodToString (Inherited from Object.)
Public methodValidate
Validates if options have valid combination of tags
Protected methodVerifyNotDisposed
Verifies that the current instance is not disposed.
(Inherited from DisposableObject.)
Fields
  NameDescription
Protected fieldxmpData
XMP metadata of image.
(Inherited from ImageOptionsBase.)
Examples
This example demonstrates the use of different classes from SaveOptions Namespace for export purposes. An image of type Psd is loaded into an instance of Image and then exported out to several formats.
[C#]

//Load an existing image in an instance of Image class
using (Aspose.PSD.Image image = Aspose.PSD.Image.Load(@"C:\temp\image.psd"))
{
    //Export to BMP file format using the default options
    image.Save(@"C:\temp\output.bmp", new Aspose.PSD.ImageOptions.BmpOptions());

    //Export to JPEG file format using the default options
    image.Save(@"C:\temp\output.jpeg", new Aspose.PSD.ImageOptions.JpegOptions());

    //Export to JPEG 2000 file format using the default options
    image.Save(@"C:\temp\output.jp2", new Aspose.PSD.ImageOptions.Jpeg2000Options());

    //Export to PNG file format using the default options
    image.Save(@"C:\temp\output.png", new Aspose.PSD.ImageOptions.PngOptions());

    //Export to TIFF file format using the default options
    image.Save(@"c:\temp\output.tiff", new Aspose.PSD.ImageOptions.TiffOptions(Aspose.PSD.FileFormats.Tiff.Enums.TiffExpectedFormat.Default));
}
Examples
This examples make use of GraphicsPath and Graphics class to create and manipulate Figures on an Image surface. Example creates a new Image and draws paths with the help of GraphicsPath class. At the end DrawPath method exposed by Graphics class is called to render the paths on surface. Finally image is exported to Tiff file format.
[C#]

//Create an instance of Image 
using (Aspose.PSD.Image image = new Aspose.PSD.FileFormats.Psd.PsdImage(500, 500))
{
    //Create and initialize an instance of Graphics class
    Aspose.PSD.Graphics graphics = new Aspose.PSD.Graphics(image);

    //Clear Graphics surface
    graphics.Clear(Color.Wheat);

    //Create an instance of GraphicsPath class
    Aspose.PSD.GraphicsPath graphicspath = new Aspose.PSD.GraphicsPath();

    //Create an instance of Figure class
    Aspose.PSD.Figure figure = new Aspose.PSD.Figure();

    //Add Shapes to Figure object
    figure.AddShape(new Aspose.PSD.Shapes.RectangleShape(new RectangleF(10, 10, 300, 300)));
    figure.AddShape(new Aspose.PSD.Shapes.EllipseShape(new RectangleF(50, 50, 300, 300)));
    figure.AddShape(new Aspose.PSD.Shapes.PieShape(new Rectangle(new Point(250, 250), new Size(200, 200)), 0, 45));

    //Add Figure object to GraphicsPath
    graphicspath.AddFigure(figure);

    //Draw path with Pen object of color Black
    graphics.DrawPath(new Pen(Aspose.PSD.Color.Black, 2), graphicspath);

    //Create an instance of TiffOptions and set its various properties
    Aspose.PSD.ImageOptions.TiffOptions tiffOptions = new Aspose.PSD.ImageOptions.TiffOptions(Aspose.PSD.FileFormats.Tiff.Enums.TiffExpectedFormat.Default);

    // save all changes.
    image.Save("C:\\temp\\output.tiff", tiffOptions);
}
See Also