PageOptionsPages Property |
Get page numbers collection.
Namespace: GroupDocs.Merger.Domain.OptionsAssembly: GroupDocs.Merger (in GroupDocs.Merger.dll) Version: 20.12.0.0
Syntaxpublic int[] Pages { get; }
Public ReadOnly Property Pages As Integer()
Get
public:
virtual property array<int>^ Pages {
array<int>^ get () sealed;
}
abstract Pages : int[] with get
override Pages : int[] with get
Property Value
Type:
Int32Implements
IPageOptionsPages
See Also