Presentation
SlideCountPerPageForPrint Property
|
Number of total slides per page.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public PageSlideCount SlideCountPerPageForPrint { get; set; }
Public Property SlideCountPerPageForPrint As PageSlideCount
Get
Set
public:
property PageSlideCount SlideCountPerPageForPrint {
PageSlideCount get ();
void set (PageSlideCount value);
}
member SlideCountPerPageForPrint : PageSlideCount with get, set
Property Value
Type:
PageSlideCount
See Also