NPageCollection Class Members
In This Topic
The following tables list the members exposed by NPageCollection.
Public Constructors
Public Fields
Public Properties
| | Name | Description |
 | OwnerDrawing | Gets the drawing to which this collection belongs |
Top
Public Methods
| | Name | Description |
 | GetBackgroundPages | Gets the pages whose PageType property is equal to Background |
 | GetBackgroundPagesCount | Gets the count of pages whose PageType property is equal to Background |
 | GetByTitle | Overloaded. Returns the first page in this collection with the given title or null if a page with this title is not found. The strings are compared case-sensitively using the current culture. |
 | GetForegroundPages | Gets the pages whose PageType property is equal to Foreground |
 | GetForegroundPagesCount | Gets the count of pages whose PageType property is equal to Foreground |
Top
See Also