Zdrojový kód C# k ochraně prezentace PPTX....C# using (Presentationpresentation = new Presentation( "pres.pptx"...pptx" )) { presentation.ProtectionManager.Encrypt( "123123" );...
Zdrojový kód C# pro odstranění ochrany z prezentace ODP....}; using (Presentationpresentation = new Presentation( "pres.odp"...odp" , loadOptions)) { presentation.ProtectionManager.RemoveEncryption();...
C# codice sorgente per proteggere la presentazione ODP....C# using (Presentationpresentation = new Presentation( "pres.odp"...odp" )) { presentation.ProtectionManager.Encrypt( "123123" );...
C# codice sorgente per proteggere la presentazione PPT....C# using (Presentationpresentation = new Presentation( "pres.ppt"...ppt" )) { presentation.ProtectionManager.Encrypt( "123123" );...
Kod źródłowy C# usuwający ochronę z prezentacji PPTX....}; using (Presentationpresentation = new Presentation( "pres.pptx"...pptx" , loadOptions)) { presentation.ProtectionManager.RemoveEncryption();...
Kod źródłowy C# do ochrony prezentacji PPT....C# using (Presentationpresentation = new Presentation( "pres.ppt"...ppt" )) { presentation.ProtectionManager.Encrypt( "123123" );...
Agregue transición de diapositiva de PowerPoint y efectos de transición en C# o .NET...una instancia de la clase Presentation . Aplique un Tipo de Transición... // Instanciar la clase Presentation para cargar el archivo de...
Fügen Sie PowerPoint-Folienübergänge und Übergangseffekte in C# oder .NET hinzu...Erstellen Sie eine Instanz der Presentation Klasse. Wenden Sie einen...// Instanziieren Sie die Presentation-Klasse, um die Quelldatei...
PPT प्रस्तुति की सुरक्षा के लिए Java स्रोत कोड....एन्क्रिप्ट करना Presentationpresentation = new Presentation ( "pres..."pres.ppt" ); try { presentation . getProtectionManager (). encrypt...