Aspose::Page::EPS::PsDocument::ResizeEps method

PsDocument::ResizeEps(System::SharedPtr<System::IO::Stream>, System::Drawing::SizeF, Units) method

Resizes given PsDocument as EPS file. This method is used only after extracting EPS size. It saves initial EPS file with updated existing %BoundingBox or new one will be created. Page transformation matrix also will be set.

void Aspose::Page::EPS::PsDocument::ResizeEps(System::SharedPtr<System::IO::Stream> epsStream, System::Drawing::SizeF newSizeInUnits, Units units)
ParameterTypeDescription
epsStreamSystem::SharedPtr<System::IO::Stream>Stream of output EPS file.
newSizeInUnitsSystem::Drawing::SizeFNew size of EPS image in assigned units.
unitsUnitsThe units of the new size. Can be points, inches, millimeters, centimeters and percents of initial size.

See Also

PsDocument::ResizeEps(System::String, System::Drawing::SizeF, Units) method

Resizes given PsDocument as EPS file. This method is used only after extracting EPS size. It saves initial EPS file with updated existing %BoundingBox or new one will be created. Page transformation matrix also will be set.

void Aspose::Page::EPS::PsDocument::ResizeEps(System::String outEpsFilePath, System::Drawing::SizeF newSizeInUnits, Units units)
ParameterTypeDescription
outEpsFilePathSystem::StringThe output EPS file path.
newSizeInUnitsSystem::Drawing::SizeFNew size of EPS image in assigned units.
unitsUnitsThe units of the new size. Can be points, inches, millimeters, centimeters and percents of initial size.

See Also