get_InterpretMaskOpAsOpacity()
InkOptions::get_InterpretMaskOpAsOpacity() method
Uses ROP operation or Opacity for rendering brush.
bool Aspose::Slides::Export::InkOptions::get_InterpretMaskOpAsOpacity() override
Remarks
Default value is true.
Next example demonstrates how to set using ROP for expotring Ink elements:
System::SharedPtr<Presentation> pres = System::MakeObject<Presentation>(u"pres.pptx");
System::SharedPtr<PdfOptions> pdfOptions = System::MakeObject<PdfOptions>();
pdfOptions->get_InkOptions()->set_InterpretMaskOpAsOpacity(false);
pres->Save(u"output.pptx", SaveFormat::Pdf, pdfOptions);
See Also
- Class InkOptions
- Namespace Aspose::Slides::Export
- Library Aspose.Slides