Presentation
SelectSlidesForPrint Method
|
Select print slides
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void SelectSlidesForPrint(
params string[] selectSlidesForPrint
)
Public Sub SelectSlidesForPrint (
ParamArray selectSlidesForPrint As String()
)
public:
void SelectSlidesForPrint(
... array<String^>^ selectSlidesForPrint
)
member SelectSlidesForPrint :
selectSlidesForPrint : string[] -> unit
Parameters
-
selectSlidesForPrint
-
Type:
System
String
See Also