EpsOptions Class

Summary: EPS options (currently not used)

Module: aspose.imaging.fileformats.eps

Full Name: aspose.imaging.fileformats.eps.EpsOptions

Inheritance: IMetadataContainer, IHasExifData, IHasMetadata, IHasXmpData, ImageOptionsBase

Constructors

NameDescription
EpsOptions()Initializes a new instance of the EpsOptions class

Properties

NameTypeAccessDescription
buffer_size_hintintr/wGets or sets the buffer size hint which is defined max allowed size for all internal buffers.
disposedboolrGets a value indicating whether this instance is disposed.
exif_dataExifDatar/wGets or sets the Exif data.
full_frameboolr/wGets or sets a value indicating whether [full frame].
keep_metadataboolr/wGets a value whether to keep original image metadata on export.
multi_page_optionsMultiPageOptionsr/wThe multipage options
paletteIColorPaletter/wGets or sets the color palette.
resolution_settingsResolutionSettingr/wGets or sets the resolution settings.
sourceSourcer/wGets or sets the source to create image in.
sub_typeEpsTyper/wGets or sets the subtype of EPS format.
vector_rasterization_optionsVectorRasterizationOptionsr/wGets or sets the vector rasterization options.
xmp_dataXmpPacketWrapperr/wGets or sets the XMP metadata container.

Methods

NameDescription
clone()Creates a memberwise clone of this instance.
try_set_metadata(metadata)Tries to set a metadata instance, if this Image instance supports and implements IImageMetadataFormat instance.

Constructor: EpsOptions()

 EpsOptions() 

Initializes a new instance of the EpsOptions class

Method: clone()

 clone() 

Creates a memberwise clone of this instance.

Returns

TypeDescription
ImageOptionsBaseA memberwise clone of this instance.

Method: try_set_metadata(metadata)

 try_set_metadata(metadata) 

Tries to set a metadata instance, if this Image instance supports and implements IImageMetadataFormat instance.

Parameters:

ParameterTypeDescription
metadataIImageMetadataFormatThe metadata.

Returns

TypeDescription
boolTrue, if the IMetadataContainer instance supports and/or implements IImageMetadataFormat instance; otherwise, false.