Aspose::Page::EPS::PsDocument::SaveAsImage method
अंतर्वस्तु
[
छिपाना
]PsDocument::SaveAsImage(System::SharedPtr<Device::ImageSaveOptions>) method
PS/EPS फ़ाइल को छवि फ़ाइल में सहेजता है। आउटपुट डायरेक्टरी और फ़ाइल नाम इनपुट PS फ़ाइल के समान होंगे। फ़ाइल एक्सटेंशन “options” पैरामीटर में निर्दिष्ट छवि फ़ॉर्मेट के अनुरूप होगा। यदि दस्तावेज़ को ऐसी स्ट्रीम से प्रारंभ किया गया था जो FileStream नहीं है, तो छवि फ़ाइल वर्तमान फ़ोल्डर में डिफ़ॉल्ट फ़ाइल नाम टेम्पलेट के साथ सहेजी जाएगी।
void Aspose::Page::EPS::PsDocument::SaveAsImage(System::SharedPtr<Device::ImageSaveOptions> options)
संबंधित देखें
- Typedef SharedPtr
- Class ImageSaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::SaveAsImage(System::SharedPtr<Device::ImageSaveOptions>, System::String, System::String) method
PS/EPS फ़ाइल को निर्दिष्ट डायरेक्टरी में निर्दिष्ट फ़ाइल नाम के साथ छवि फ़ाइल में सहेजता है। फ़ाइल एक्सटेंशन “options” पैरामीटर में निर्दिष्ट छवि फ़ॉर्मेट के अनुरूप होगा।
void Aspose::Page::EPS::PsDocument::SaveAsImage(System::SharedPtr<Device::ImageSaveOptions> options, System::String outDir, System::String fileNameTemplate)
संबंधित देखें
- Typedef SharedPtr
- Class ImageSaveOptions
- Class String
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++