TiffOptions Properties

The TiffOptions type exposes the following members.

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 propertyByteOrder
Gets or sets a value indicating the tiff byte order.
Public propertyColorMap
Gets or sets the color map.
Public propertyCompression
Gets or sets the compression.
Public propertyCopyright
Gets or sets the copyright.
Public propertyDateTime
Gets or sets the date and time.
Public propertyDocumentName
Gets or sets the name of the document.
Public propertyFaxT4Options
Gets or sets the fax t4 options.
Public propertyFillOrder
Gets or sets the byte bits fill order.
Public propertyHalfToneHints
Gets or sets the halftone hints.
Public propertyIccProfile
Gets 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 propertyInterruptionToken
Token that can be used to interrupt export operation
(Inherited from ImageOptionsBase.)
Public propertyIsExtraSamplesPresent
Gets a value indicating whether the extra samples is present.
Public propertyIsValid
Gets a value indicating whether the TiffOptions have been properly configured. Use Validate method as to find the failure reason.
Public propertyLayers
Gets or sets a of layer names must be exported. All data will be exported without layers if names is not sets.
(Inherited from ImageOptionsBase.)
Public propertyMaxSampleValue
Gets or sets the max sample value.
Public propertyMinSampleValue
Gets or sets the min sample value.
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 propertyResolutionSettings
Gets or sets the resolution settings.
(Overrides ImageOptionsBaseResolutionSettings.)
Public propertyResolutionUnit
Gets or sets the resolution unit.
Public propertyRotation
Gets or sets the parameter for rotate, flip, or rotate and flip the image..
(Inherited from ImageOptionsBase.)
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 propertyTimeout
Timeout value for export operation
(Inherited from ImageOptionsBase.)
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 propertyXposition
Gets or sets the x position.
Public propertyXresolution
Gets or sets the x resolution.
Public propertyYposition
Gets or sets the y position.
Public propertyYresolution
Gets or sets the y resolution.
See Also