Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Constants that specify the size type for the slide, passed to and returned by the SlideSize property of the PageSetup object.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("3724E368-DD02-4F14-A8B5-FF234A727CCC")> _
Public Enumeration PpSlideSizeType
'Usage
Dim instance As PpSlideSizeType
[GuidAttribute("3724E368-DD02-4F14-A8B5-FF234A727CCC")]
public enum PpSlideSizeType
Members
Member name | Description | |
---|---|---|
ppSlideSizeOnScreen | On-screen (4:3) | |
ppSlideSizeLetterPaper | Letter Paper | |
ppSlideSizeA4Paper | A4 Paper | |
ppSlideSize35MM | 35MM | |
ppSlideSizeOverhead | Overhead | |
ppSlideSizeBanner | Banner | |
ppSlideSizeCustom | Custom | |
ppSlideSizeLedgerPaper | Ledger Paper | |
ppSlideSizeA3Paper | A3 Paper | |
ppSlideSizeB4ISOPaper | B4 ISO Paper | |
ppSlideSizeB5ISOPaper | B5 ISO Paper | |
ppSlideSizeB4JISPaper | B4 JIS Paper | |
ppSlideSizeB5JISPaper | B5 JIS Paper | |
ppSlideSizeHagakiCard | Hagaki Card | |
ppSlideSizeOnScreen16x9 | On-screen (16:9) | |
ppSlideSizeOnScreen16x10 | On-screen (16:10) |