Previous Document Next Document
PageSizes.Count

Property Count As Long

Member of PageSizes

The Count property returns the number of objects in the collection.

The Count property returns a read-only value.

The following code example displays the number of available page sizes for the active document:

Sub Test() 
 MsgBox ActiveDocument.PageSizes.Count 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.