Sort Score
Result 10 results
Languages All
Labels All
Results 2,571 - 2,580 of 8,542 for

scaling

(0.22 sec)
  1. C++ 응용 프로그램을 통해 PPS를 PNG로 변환 | products.aspose.com

    PPS 문서를 PNG 형식으로 변환하는 샘플 C++ 변환 코드. C++ 응용 프로그램 내에서 일괄 PPS에서 PNG로 변환하는 예제 코드를 사용합니다....desiredY = 800 ; // Getting scaled value of X and Y float ScaleX...desiredY; // Create a custom scale image auto bitmap = slide->GetThumbnail(ScaleX...

    products.aspose.com/slides/ko/cpp/conversion/pp...
  2. C++ 응용 프로그램을 통해 PPTX를 PNG로 변환 | products.aspose...

    PPTX 문서를 PNG 형식으로 변환하는 샘플 C++ 변환 코드입니다. C++ 응용 프로그램 내에서 일괄 PPTX에서 PNG로 변환하는 예제 코드를 사용합니다....desiredY = 800 ; // Getting scaled value of X and Y float ScaleX...desiredY; // Create a custom scale image auto bitmap = slide->GetThumbnail(ScaleX...

    products.aspose.com/slides/ko/cpp/conversion/pp...
  3. C++ 응용 프로그램을 통해 PPT를 JPEG로 변환 | products.aspose...

    PPT 문서를 JPEG 형식으로 변환하는 샘플 C++ 변환 코드입니다. 모든 C++ 응용 프로그램 내에서 일괄 PPT에서 JPEG로 변환하는 예제 코드를 사용합니다....desiredY = 800 ; // Getting scaled value of X and Y float ScaleX...desiredY; // Create a custom scale image auto bitmap = slide->GetThumbnail(ScaleX...

    products.aspose.com/slides/ko/cpp/conversion/pp...
  4. C++ 응용 프로그램을 통해 XML을 GIF로 변환 | products.aspose.com

    XML 문서를 GIF 형식으로 변환하는 샘플 C++ 변환 코드. 모든 C++ 응용 프로그램 내에서 일괄 XML에서 GIF로 변환하는 예제 코드를 사용합니다....desiredY = 800 ; // Getting scaled value of X and Y float ScaleX...desiredY; // Create a custom scale image auto bitmap = slide->GetThumbnail(ScaleX...

    products.aspose.com/slides/ko/cpp/conversion/xm...
  5. C++ 응용 프로그램을 통해 ODP를 JPEG로 변환 | products.aspose...

    ODP 문서를 JPEG 형식으로 변환하는 샘플 C++ 변환 코드. 모든 C++ 응용 프로그램 내에서 일괄 ODP에서 JPEG로 변환하는 예제 코드를 사용합니다....desiredY = 800 ; // Getting scaled value of X and Y float ScaleX...desiredY; // Create a custom scale image auto bitmap = slide->GetThumbnail(ScaleX...

    products.aspose.com/slides/ko/cpp/conversion/od...
  6. C++ 응용 프로그램을 통해 POTX를 JPEG로 변환 | products.aspos...

    POTX 문서를 JPEG 형식으로 변환하는 샘플 C++ 변환 코드. 모든 C++ 응용 프로그램 내에서 일괄 POTX에서 JPEG로 변환하는 예제 코드를 사용합니다....desiredY = 800 ; // Getting scaled value of X and Y float ScaleX...desiredY; // Create a custom scale image auto bitmap = slide->GetThumbnail(ScaleX...

    products.aspose.com/slides/ko/cpp/conversion/po...
  7. C++ 응용 프로그램을 통해 PPTX를 GIF로 변환 | products.aspose...

    PPTX 문서를 GIF 형식으로 변환하는 샘플 C++ 변환 코드입니다. C++ 응용 프로그램 내에서 일괄 PPTX에서 GIF로 변환하는 예제 코드를 사용합니다....desiredY = 800 ; // Getting scaled value of X and Y float ScaleX...desiredY; // Create a custom scale image auto bitmap = slide->GetThumbnail(ScaleX...

    products.aspose.com/slides/ko/cpp/conversion/pp...
  8. C++ 응용 프로그램을 통해 PPSX를 JPEG로 변환 | products.aspos...

    PPSX 문서를 JPEG 형식으로 변환하는 샘플 C++ 변환 코드. C++ 응용 프로그램 내에서 일괄 PPSX에서 JPEG로 변환하는 예제 코드를 사용합니다....desiredY = 800 ; // Getting scaled value of X and Y float ScaleX...desiredY; // Create a custom scale image auto bitmap = slide->GetThumbnail(ScaleX...

    products.aspose.com/slides/ko/cpp/conversion/pp...
  9. Public API Changes in Aspose.Imaging 2.6.0|Docu...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... IsSet ) { // Scale check } Visual Basic If Me .... scaleX . IsSet Then ' Scale check End If Parameter Changed...

    docs.aspose.com/imaging/net/public-api-changes-...
  10. Lägg till vattenmärke i PDF med C++|Documentation

    Lär dig hur du lägger till text och bildvattenmärken i PDF filer under rendering med Aspose.Cells och C++....6f ); // Specify the scale to page (e.g., 100, 50) in percent...SetOpacity ( 0.6f ); // Specify the scale to page (e.g., 100, 50) in percent...

    docs.aspose.com/cells/sv/cpp/add-watermark-to-pdf/