IDocumentInfoPages Property |
Collection of document pages descriptions.
Namespace: GroupDocs.Signature.DomainAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.7.0.0 (22.7)
SyntaxIList<PageInfo> Pages { get; set; }
Property Pages As IList(Of PageInfo)
Get
Set
property IList<PageInfo^>^ Pages {
IList<PageInfo^>^ get ();
void set (IList<PageInfo^>^ value);
}
abstract Pages : IList<PageInfo> with get, set
Property Value
Type:
IListPageInfo
See Also