BigTiffOptions

BigTiffOptions class

The API for BigTIFF raster image format creation is specifically designed to serve to the unique requirements of applications utilizing large-scale imaging data from scanners. This API facilitates the seamless generation of BigTIFF format, which combines multiple TIFF images into a single, comprehensive image. It ensures efficient processing of extensive image data, providing developers with a powerful tool for creating and manipulating high-resolution, multi-image formats.

public sealed class BigTiffOptions : TiffOptions

Constructors

NameDescription
BigTiffOptions(TiffDataType[])Initializes a new instance of the BigTiffOptions class.
BigTiffOptions(TiffExpectedFormat)Initializes a new instance of the BigTiffOptions class. By default little endian convention is used.
BigTiffOptions(TiffOptions)Initializes a new instance of the BigTiffOptions class.
BigTiffOptions(TiffExpectedFormat, TiffByteOrder)Initializes a new instance of the BigTiffOptions class.

Properties

NameDescription
AlphaStorage { get; set; }Gets or sets the alpha storage option. Options other than Unspecified are used when there are more than 3 SamplesPerPixel defined.
Artist { get; set; }Gets or sets the artist.
BitsPerPixel { get; }Gets the bits per pixel.
BitsPerSample { get; set; }Gets or sets the bits per sample.
BufferSizeHint { get; set; }Gets or sets the buffer size hint which is defined max allowed size for all internal buffers.
ByteOrder { get; set; }Gets or sets a value indicating the tiff byte order.
ColorMap { get; set; }Gets or sets the color map.
CompressedQuality { get; set; }Gets or sets compressed image quality. Used with the Jpeg compression.
Compression { get; set; }Gets or sets the compression.
Copyright { get; set; }Gets or sets the copyright.
DateTime { get; set; }Gets or sets the date and time.
DisableIccExport { get; set; }Gets or sets a value indicating whether ICC profile export is disabled (ICC profile is applied to the source pixels beforehand).
Disposed { get; }Gets a value indicating whether this instance is disposed.
DocumentName { get; set; }Gets or sets the name of the document.
ExifIfd { get; }Gets or sets the pointer to EXIF IFD.
ExtraSamples { get; }Gets the extra samples values.
FaxT4Options { get; set; }Gets or sets the fax t4 options.
FileStandard { get; set; }Gets or sets the TIFF file standard.
FillOrder { get; set; }Gets or sets the byte bits fill order.
FullFrame { get; set; }Gets or sets a value indicating whether [full frame].
HalfToneHints { get; set; }Gets or sets the halftone hints.
IccProfile { get; set; }Gets or sets the Icc profile stream.
ImageDescription { get; set; }Gets or sets the image description.
ImageLength { get; set; }Gets or sets the image length.
ImageWidth { get; set; }Gets or sets the image width.
InkNames { get; set; }Gets or sets the ink names.
IsExtraSamplesPresent { get; }Gets a value indicating whether the extra samples is present.
IsTiled { get; }Gets a value indicating whether image is tiled.
IsValid { get; }Gets a value indicating whether the TiffOptions have been properly configured. Use Validate method as to find the failure reason.
MaxSampleValue { get; set; }Gets or sets the max sample value.
MinSampleValue { get; set; }Gets or sets the min sample value.
MultiPageOptions { get; set; }The multipage options
Orientation { get; set; }Gets or sets the orientation.
PageName { get; set; }Gets or sets the page name.
PageNumber { get; set; }Gets or sets the page number tag.
override Palette { get; set; }Gets or sets the color palette.
Photometric { get; set; }Gets or sets the photometric.
PlanarConfiguration { get; set; }Gets or sets the planar configuration.
Predictor { get; set; }Gets or sets the predictor for LZW compression.
PremultiplyComponents { get; set; }Gets or sets a value indicating whether components must be premultiplied.
ProgressEventHandler { get; set; }Gets or sets the progress event handler.
override ResolutionSettings { get; set; }Gets or sets the resolution settings.
ResolutionUnit { get; set; }Gets or sets the resolution unit.
RowsPerStrip { get; set; }Gets or sets the rows per strip.
SampleFormat { get; set; }Gets or sets the sample format.
SamplesPerPixel { get; }Gets the samples per pixel. To change this property value use the BitsPerSample property setter.
ScannerManufacturer { get; set; }Gets or sets the scanner manufacturer.
ScannerModel { get; set; }Gets or sets the scanner model.
SmaxSampleValue { get; set; }Gets or sets the max sample value. The value has a field type which best matches the sample data (Byte, Short or Long type).
SminSampleValue { get; set; }Gets or sets the min sample value. The value has a field type which best matches the sample data (Byte, Short or Long type).
SoftwareType { get; set; }Gets or sets the software type.
Source { get; set; }Gets or sets the source to create image in.
StripByteCounts { get; set; }Gets or sets the strip byte counts.
StripOffsets { get; set; }Gets or sets the strip offsets.
SubFileType { get; set; }Gets or sets a general indication of the kind of data contained in this subfile.
TagCount { get; }Gets the tag count.
Tags { get; set; }Gets or sets the tags.
TargetPrinter { get; set; }Gets or sets the target printer.
Threshholding { get; set; }Gets or sets the threshholding.
TileByteCounts { get; set; }Gets or sets the tile byte counts.
TileLength { get; set; }Gets ot sets tile length.
TileOffsets { get; set; }Gets or sets the tile offsets.
TileWidth { get; set; }Gets ot sets tile width.
TotalPages { get; }Gets the total pages.
ValidTagCount { get; }Gets the valid tag count. This is not the total tags count but the number of tags which may be preserved.
VectorRasterizationOptions { get; set; }Gets or sets the vector rasterization options.
override XmpData { get; set; }Gets or sets the XMP metadata container.
XPAuthor { get; set; }Gets or sets image author, which used by Windows Explorer.
XPComment { get; set; }Gets or sets comment on image, which used by Windows Explorer.
XPKeywords { get; set; }Gets or sets subject image, which used by Windows Explorer.
Xposition { get; set; }Gets or sets the x position.
XPSubject { get; set; }Gets or sets information about image, which used by Windows Explorer.
XPTitle { get; set; }Gets or sets information about image, which used by Windows Explorer.
Xresolution { get; set; }Gets or sets the x resolution.
YCbCrCoefficients { get; set; }Gets or sets the YCbCrCoefficients.
YCbCrSubsampling { get; set; }Gets or sets the subsampling factors for YCbCr photometric.
Yposition { get; set; }Gets or sets the y position.
Yresolution { get; set; }Gets or sets the y resolution.

Methods

NameDescription
AddTag(TiffDataType)Adds a new tag.
AddTags(TiffDataType[])Adds the tags.
override Clone()Clones this instance.
Dispose()Disposes the current instance.
GetTagByType(TiffTags)Gets the instance of the tag by type.
IsTagPresent(TiffTags)Determines whether tag is present in the options or not.
RemoveTag(TiffTags)Removes the tag.
RemoveTags(params TiffTags[])Removes the tags.
Validate()Validates if options have valid combination of tags

See Also