TiffOptions Properties |
The TiffOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | AlphaStorage |
Gets or sets the alpha storage option. Options other than Unspecified
are used when there are more than 3 SamplesPerPixel defined.
|
![]() | Artist |
Gets or sets the artist.
|
![]() | BitsPerPixel |
Gets the bits per pixel.
|
![]() | BitsPerSample |
Gets or sets the bits per sample.
|
![]() | ByteOrder |
Gets or sets a value indicating the tiff byte order.
|
![]() | ColorMap |
Gets or sets the color map.
|
![]() | Compression |
Gets or sets the compression.
|
![]() | Copyright |
Gets or sets the copyright.
|
![]() | DateTime |
Gets or sets the date and time.
|
![]() | DocumentName |
Gets or sets the name of the document.
|
![]() | FaxT4Options |
Gets or sets the fax t4 options.
|
![]() | FillOrder |
Gets or sets the byte bits fill order.
|
![]() | HalfToneHints |
Gets or sets the halftone hints.
|
![]() | IccProfile |
Gets the icc profile stream.
|
![]() | ImageDescription |
Gets or sets the image description.
|
![]() | ImageLength |
Gets or sets the image length.
|
![]() | ImageWidth |
Gets or sets the image width.
|
![]() | InkNames |
Gets or sets the ink names.
|
![]() | InterruptionToken |
Token that can be used to interrupt export operation
(Inherited from ImageOptionsBase.) |
![]() | IsExtraSamplesPresent |
Gets a value indicating whether the extra samples is present.
|
![]() | IsValid |
Gets a value indicating whether the TiffOptions have been properly configured. Use Validate method as to find the failure reason.
|
![]() | Layers |
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.) |
![]() | MaxSampleValue |
Gets or sets the max sample value.
|
![]() | MinSampleValue |
Gets or sets the min sample value.
|
![]() | Orientation |
Gets or sets the orientation.
|
![]() | PageName |
Gets or sets the page name.
|
![]() | PageNumber |
Gets or sets the page number tag.
|
![]() | Palette |
Gets or sets the color palette.
(Overrides ImageOptionsBasePalette.) |
![]() | Photometric |
Gets or sets the photometric.
|
![]() | PlanarConfiguration |
Gets or sets the planar configuration.
|
![]() | Predictor |
Gets or sets the predictor for LZW compression.
|
![]() | ResolutionSettings |
Gets or sets the resolution settings.
(Overrides ImageOptionsBaseResolutionSettings.) |
![]() | ResolutionUnit |
Gets or sets the resolution unit.
|
![]() | Rotation |
Gets or sets the parameter for rotate, flip, or rotate and flip the image..
(Inherited from ImageOptionsBase.) |
![]() | RowsPerStrip |
Gets or sets the rows per strip.
|
![]() | SampleFormat |
Gets or sets the sample format.
|
![]() | SamplesPerPixel |
Gets the samples per pixel. To change this property value use the BitsPerSample property setter.
|
![]() | ScannerManufacturer |
Gets or sets the scanner manufacturer.
|
![]() | ScannerModel |
Gets or sets the scanner model.
|
![]() | SmaxSampleValue |
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 |
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 |
Gets or sets the software type.
|
![]() | Source |
Gets or sets the source to create image in.
(Inherited from ImageOptionsBase.) |
![]() | StripByteCounts |
Gets or sets the strip byte counts.
|
![]() | StripOffsets |
Gets or sets the strip offsets.
|
![]() | SubFileType |
Gets or sets a general indication of the kind of data contained in this subfile.
|
![]() | Tags |
Gets or sets the tags.
|
![]() | TargetPrinter |
Gets or sets the target printer.
|
![]() | Threshholding |
Gets or sets the threshholding.
|
![]() | Timeout |
Timeout value for export operation
(Inherited from ImageOptionsBase.) |
![]() | TotalPages |
Gets the total pages.
|
![]() | ValidTagCount |
Gets the valid tag count. This is not the total tags count but the number of tags which may be preserved.
|
![]() | VectorRasterizationOptions |
Gets or sets the vector rasterization options.
(Inherited from ImageOptionsBase.) |
![]() | XmpData |
Gets or sets the XMP metadata container.
(Overrides ImageOptionsBaseXmpData.) |
![]() | Xposition |
Gets or sets the x position.
|
![]() | Xresolution |
Gets or sets the x resolution.
|
![]() | Yposition |
Gets or sets the y position.
|
![]() | Yresolution |
Gets or sets the y resolution.
|