Aspose::Page::EPS::PsDocument::ResizeEps method
Contents
[
Hide
]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)
Parameter | Type | Description |
---|---|---|
epsStream | System::SharedPtr<System::IO::Stream> | Stream of output EPS file. |
newSizeInUnits | System::Drawing::SizeF | New size of EPS image in assigned units. |
units | Units | The units of the new size. Can be points, inches, millimeters, centimeters and percents of initial size. |
See Also
- Typedef SharedPtr
- Class Stream
- Class SizeF
- Enum Units
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
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)
Parameter | Type | Description |
---|---|---|
outEpsFilePath | System::String | The output EPS file path. |
newSizeInUnits | System::Drawing::SizeF | New size of EPS image in assigned units. |
units | Units | The units of the new size. Can be points, inches, millimeters, centimeters and percents of initial size. |
See Also
- Class String
- Class SizeF
- Enum Units
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++