EpsEncoder Class |
An ImageEncoder that will write Adobe Encapsulated PostScript images to a Stream.
Namespace: Atalasoft.Imaging.Codec
The EpsEncoder type exposes the following members.
| Name | Description | |
|---|---|---|
| EpsEncoder | Initializes a new instance of EpsEncoder. |
| Name | Description | |
|---|---|---|
| Creator | This property represents the creator field in the header of the resulting EPS image. | |
| IgnoreColorProfile | Allow the EPS encoder to ignore the color profile provided by an image. | |
| ImageLocation | This sets the relative location of the image in page space in units of points. | |
| IncludeShowPage | Determines whether or not this image will include the PostScript showpage command. | |
| InvertBW | Switches the sense of black and white in 1 bit-per-pixel images | |
| Resolution | Sets the output resolution of the image. | |
| Scale | Sets the output scale of the image. | |
| SupportedPixelFormats |
Returns an array of pixel formats supported by this encoder.
(Overrides ImageEncoderSupportedPixelFormats.) | |
| Title | Set the title of the image in the EPS header | |
| UseImageResolution | Determine whether or not to use the resolution of the image to be saved. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsPixelFormatSupported | Returns true if the given PixelFormat can be encoded with the derived encoder. (Inherited from ImageEncoder.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Save | Encode an AtalaImage as an EPS image to a stream. (Overrides ImageEncoderSave(Stream, AtalaImage, ProgressEventHandler).) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |