public override Page[] Pages {get;}
public: property array<Page^>^ Pages { array<Page^>^ get() override; }
Property Value
Array of pages. Array's propertyLength
gives information about amount of found Pages in the macro.public override Page[] Pages {get;}
public: property array<Page^>^ Pages { array<Page^>^ get() override; }
Length
gives information about amount of found Pages in the macro.